3 references to GetComponentName
System.ComponentModel.TypeConverter (3)
System\ComponentModel\Design\Serialization\MemberRelationshipService.cs (2)
123string? sourceName = TypeDescriptor.GetComponentName(source.Owner!) ?? source.Owner!.ToString(); 124string? relName = TypeDescriptor.GetComponentName(relationship.Owner!) ?? relationship.Owner!.ToString();
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
855return TypeDescriptor.GetComponentName(component);