9 references to GetDescriptor
System.ComponentModel.TypeConverter (9)
System\ComponentModel\TypeDescriptor.cs (9)
739ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 812return GetDescriptor(component, noCustomTypeDesc)!.GetClassName(); 837return GetDescriptor(component, noCustomTypeDesc)!.GetComponentName(); 853TypeConverter? converter = GetDescriptor(component, noCustomTypeDesc)!.GetConverter(); 934return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultEvent(); 972return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultProperty(); 1082return GetDescriptor(component, noCustomTypeDesc)!.GetEditor(editorBaseType); 1214ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 1471ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!;