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