9 references to GetDescriptor
System.ComponentModel.TypeConverter (9)
System\ComponentModel\TypeDescriptor.cs (9)
729
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;
802
return
GetDescriptor
(component, noCustomTypeDesc)!.GetClassName();
827
return
GetDescriptor
(component, noCustomTypeDesc)!.GetComponentName();
843
TypeConverter? converter =
GetDescriptor
(component, noCustomTypeDesc)!.GetConverter();
924
return
GetDescriptor
(component, noCustomTypeDesc)!.GetDefaultEvent();
962
return
GetDescriptor
(component, noCustomTypeDesc)!.GetDefaultProperty();
1072
return
GetDescriptor
(component, noCustomTypeDesc)!.GetEditor(editorBaseType);
1204
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;
1461
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;