3 writes to Editor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
778
Editor
= (UITypeEditor?)TypeDescriptor.GetEditor(PropertyType, typeof(UITypeEditor));
1024
Editor
= null;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
292
Editor
= (UITypeEditor?)PropertyDescriptor.GetEditor(typeof(UITypeEditor));
2 references to Editor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
776
if (
Editor
is null && PropertyType is not null)
781
return
Editor
;