Implemented interface member:
method
GetPartType
System.ComponentModel.Composition.ReflectionModel.IReflectionPartCreationInfo.GetPartType()
2 references to GetPartType
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (2)
373_constructor = GetPartType().GetConstructor(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance, null, Type.EmptyTypes, null); 454get { return GetPartType().GetDisplayName(); }