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)
44
return new Lazy<Type>(
GetPartType
, LazyThreadSafetyMode.PublicationOnly);
77
return typeof(IDisposable).IsAssignableFrom(
GetPartType
());
171
return
GetPartType
().GetDisplayName();