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