1 write to editor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2793editor = new AxComponentEditor();
4 references to editor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2789if (editor != null) 2790return editor; 2792if (editor == null && HasPropertyPages()) 2795return editor;