9 references to GetDescriptor
System.ComponentModel.TypeConverter (9)
System\ComponentModel\TypeDescriptor.cs (9)
738
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;
811
return
GetDescriptor
(component, noCustomTypeDesc)!.GetClassName();
836
return
GetDescriptor
(component, noCustomTypeDesc)!.GetComponentName();
852
TypeConverter? converter =
GetDescriptor
(component, noCustomTypeDesc)!.GetConverter();
933
return
GetDescriptor
(component, noCustomTypeDesc)!.GetDefaultEvent();
971
return
GetDescriptor
(component, noCustomTypeDesc)!.GetDefaultProperty();
1081
return
GetDescriptor
(component, noCustomTypeDesc)!.GetEditor(editorBaseType);
1213
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;
1470
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc)!;