3 references to GetEditor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
2380enable = (TypeDescriptor.GetEditor(obj, typeof(ComponentEditor)) != null); 3554ComponentEditor editor = (ComponentEditor)TypeDescriptor.GetEditor(obj, typeof(ComponentEditor));
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5616editor = (InstanceCreationEditor)TypeDescriptor.GetEditor(ute, typeof(InstanceCreationEditor));