1 instantiation of AxComponentEditor
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2495
return _editor ??= HasPropertyPages() ? new
AxComponentEditor
() : null;
1 reference to AxComponentEditor
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
116
private
AxComponentEditor
? _editor;