1 override of UITypeEditor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
399internal override UITypeEditor UITypeEditor {
9 references to UITypeEditor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
485UITypeEditor uiEditor = UITypeEditor; 698UITypeEditor typeEd = this.UITypeEditor; 1297if (UITypeEditor != null) { 1304object value = UITypeEditor.EditValue(this, (IServiceProvider)(ITypeDescriptorContext)this, originalValue); 2143UITypeEditor uie = UITypeEditor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
407return base.UITypeEditor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
1239", TypeConverter=" + (entry.TypeConverter == null ? "(null)" : entry.TypeConverter.GetType().FullName) + ", UITypeEditor=" + ((entry.UITypeEditor == null ? "(null)" : entry.UITypeEditor.GetType().FullName))); 3926SetFlag(FlagResizableDropDown, gridEntry.UITypeEditor.IsDropDownResizable);