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