1 write to editor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
7287editor = new AxPropertyTypeEditor(this, g);
2 references to editor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
7067if (editorBaseType.Equals(typeof(UITypeEditor)) && editor != null) { 7068return editor;