2 references to HasPropertyPages
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (2)
2431if (!_axState[s_editorRefresh] && HasPropertyPages()) 2496return _editor ??= HasPropertyPages() ? new AxComponentEditor() : null;