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