Within the MefedMVVMResolver.GetViewModelByContract(string vmContractName, object contextToInject) (which we talked about a while back), there is a bit of code, where we call a method called SetContextToExportProvider(object contextToInject) which is used to inject the MEFedMVVMExportProvider using the SetContextToInject(object context) method, with the current View, just before trying to satisfy