1 override of UITypeEditor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
399
internal override UITypeEditor
UITypeEditor
{
9 references to UITypeEditor
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
485
UITypeEditor uiEditor =
UITypeEditor
;
698
UITypeEditor typeEd = this.
UITypeEditor
;
1297
if (
UITypeEditor
!= null) {
1304
object value =
UITypeEditor
.EditValue(this, (IServiceProvider)(ITypeDescriptorContext)this, originalValue);
2143
UITypeEditor uie =
UITypeEditor
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
407
return 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)));
3926
SetFlag(FlagResizableDropDown, gridEntry.
UITypeEditor
.IsDropDownResizable);