2 implementations of Interface
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
21
IOleClientSite.
Interface
,
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
27
IOleClientSite.
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)
255
HRESULT IOleClientSite.
Interface
.SaveObject() => HRESULT.E_NOTIMPL;
257
HRESULT IOleClientSite.
Interface
.GetMoniker(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk)
268
HRESULT IOleClientSite.
Interface
.GetContainer(IOleContainer** ppContainer)
279
HRESULT IOleClientSite.
Interface
.ShowObject()
326
HRESULT IOleClientSite.
Interface
.OnShowWindow(BOOL fShow) => HRESULT.S_OK;
328
HRESULT IOleClientSite.
Interface
.RequestNewObjectLayout() => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (6)
159
HRESULT IOleClientSite.
Interface
.SaveObject() => HRESULT.E_NOTIMPL;
161
HRESULT IOleClientSite.
Interface
.GetMoniker(uint dwAssign, uint dwWhichMoniker, IMoniker** ppmk)
172
HRESULT IOleClientSite.
Interface
.GetContainer(IOleContainer** ppContainer)
183
HRESULT IOleClientSite.
Interface
.ShowObject()
209
HRESULT IOleClientSite.
Interface
.OnShowWindow(BOOL fShow) => HRESULT.S_OK;
211
HRESULT 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);