Implemented interface member:
method
GetPartType
System.ComponentModel.Composition.ReflectionModel.IReflectionPartCreationInfo.GetPartType()
3 references to GetPartType
System.ComponentModel.Composition (3)
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (3)
44return new Lazy<Type>(GetPartType, LazyThreadSafetyMode.PublicationOnly); 77return typeof(IDisposable).IsAssignableFrom(GetPartType()); 171return GetPartType().GetDisplayName();