PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • 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
http://www.w3.org/ns/prov#wasQuotedFrom
  • codeproject.com