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