3 writes to editor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
388
this.
editor
= typeEd;
841
GetTypeConverterAndTypeEditor(ref c, editorBaseType, ref
editor
);
850
editor
= base.GetEditor(editorBaseType);
3 references to editor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (3)
571
bool currentRefresh = !(
editor
== null || GetNeedsRefresh(Com2PropertyDescriptorRefresh.TypeEditor));
832
return
editor
;
852
return
editor
;