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