9 references to GetDescriptor
System (9)
compmod\system\componentmodel\TypeDescriptor.cs (9)
1418
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc);
1498
return
GetDescriptor
(component, noCustomTypeDesc).GetClassName();
1523
return
GetDescriptor
(component, noCustomTypeDesc).GetComponentName();
1540
TypeConverter converter =
GetDescriptor
(component, noCustomTypeDesc).GetConverter();
1590
return
GetDescriptor
(component, noCustomTypeDesc).GetDefaultEvent();
1627
return
GetDescriptor
(component, noCustomTypeDesc).GetDefaultProperty();
1706
return
GetDescriptor
(component, noCustomTypeDesc).GetEditor(editorBaseType);
1818
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc);
2048
ICustomTypeDescriptor typeDesc =
GetDescriptor
(component, noCustomTypeDesc);