9 references to GetDescriptor
System.ComponentModel.TypeConverter (9)
System\ComponentModel\TypeDescriptor.cs (9)
729ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 802return GetDescriptor(component, noCustomTypeDesc)!.GetClassName(); 827return GetDescriptor(component, noCustomTypeDesc)!.GetComponentName(); 843TypeConverter? converter = GetDescriptor(component, noCustomTypeDesc)!.GetConverter(); 924return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultEvent(); 962return GetDescriptor(component, noCustomTypeDesc)!.GetDefaultProperty(); 1072return GetDescriptor(component, noCustomTypeDesc)!.GetEditor(editorBaseType); 1204ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!; 1461ICustomTypeDescriptor typeDesc = GetDescriptor(component, noCustomTypeDesc)!;