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