9 references to GetDescriptor
System.ComponentModel.TypeConverter (9)
System\ComponentModel\TypeDescriptor.cs (9)
724ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 797return GetDescriptor(component, noCustomTypeDesc)!.GetClassName(); 822return GetDescriptor(component, noCustomTypeDesc)!.GetComponentName(); 838TypeConverter? converter = GetDescriptor(component, noCustomTypeDesc)!.GetConverter(); 919return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultEvent(); 957return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultProperty(); 1067return GetDescriptor(component, noCustomTypeDesc)!.GetEditor(editorBaseType); 1199ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 1456ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!;