9 references to GetEditor
System (1)
compmod\system\componentmodel\PropertyDescriptor.cs (1)
323
editor = TypeDescriptor.
GetEditor
(PropertyType, editorBaseType);
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1116
return TypeDescriptor.
GetEditor
(this.GetType(), editorBaseType);
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ExtendedUITypeEditor.cs (1)
37
this.innerEditor = (UITypeEditor)TypeDescriptor.
GetEditor
(baseType, typeof(UITypeEditor));
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (2)
134
return TypeDescriptor.
GetEditor
(component.GetType(), baseEditorType);
456
Object subEditor = TypeDescriptor.
GetEditor
(t, editorType);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3367
UITypeEditor editor = (UITypeEditor)TypeDescriptor.
GetEditor
(propertyType, typeof(UITypeEditor));
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1007
editor = (UITypeEditor)TypeDescriptor.
GetEditor
(this.PropertyType, typeof(System.Drawing.Design.UITypeEditor));
System.Workflow.Activities (1)
Common\BasePropertyDescriptor.cs (1)
384
return TypeDescriptor.
GetEditor
(PropertyType, editorBaseType);
System.Workflow.ComponentModel (1)
Shared\BasePropertyDescriptor.cs (1)
383
return TypeDescriptor.
GetEditor
(PropertyType, editorBaseType);