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