2 references to CastExportedValue
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ExportServices.cs (1)
134
return
CastExportedValue
<T>(export.ToElement(), export.Value);
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.LifetimeContext.cs (1)
43
exportedValue = ExportServices.
CastExportedValue
<T>(part.ToElement(), part.GetExportedValue(exportDef));