2 implementations of OnShowWindow
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
326HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
209HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK;
1 reference to OnShowWindow
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleClientSite.g.cs (1)
207 return __object.OnShowWindow(fShow);