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