2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
21IOleClientSite.Interface,
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
27IOleClientSite.Interface,
19 references to Interface
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1513((IOleClientSite.Interface)_oleSite).ShowObject();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (6)
255HRESULT IOleClientSite.Interface.SaveObject() => HRESULT.E_NOTIMPL; 257HRESULT IOleClientSite.Interface.GetMoniker(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk) 268HRESULT IOleClientSite.Interface.GetContainer(IOleContainer** ppContainer) 279HRESULT IOleClientSite.Interface.ShowObject() 326HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK; 328HRESULT IOleClientSite.Interface.RequestNewObjectLayout() => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (6)
159HRESULT IOleClientSite.Interface.SaveObject() => HRESULT.E_NOTIMPL; 161HRESULT IOleClientSite.Interface.GetMoniker(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk) 172HRESULT IOleClientSite.Interface.GetContainer(IOleContainer** ppContainer) 183HRESULT IOleClientSite.Interface.ShowObject() 209HRESULT IOleClientSite.Interface.OnShowWindow(BOOL fShow) => HRESULT.S_OK; 211HRESULT IOleClientSite.Interface.RequestNewObjectLayout() => HRESULT.E_NOTIMPL;
System.Windows.Forms.Primitives (6)
Windows.Win32.IOleClientSite.g.cs (6)
62 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 96 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 133 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 168 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 202 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 231 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);