30 references to ISimpleFrameSite
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (4)
24
ISimpleFrameSite
.Interface,
29
IManagedWrapper<IDispatch, IDispatchEx, IOleControlSite, IOleClientSite, IOleWindow, IOleInPlaceSite,
ISimpleFrameSite
, IVBGetControl, IGetVBAObject, IPropertyNotifySink>
101
HRESULT
ISimpleFrameSite
.Interface.PreMessageFilter(
109
HRESULT
ISimpleFrameSite
.Interface.PostMessageFilter(
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (3)
28
ISimpleFrameSite
.Interface,
309
HRESULT
ISimpleFrameSite
.Interface.PreMessageFilter(
317
HRESULT
ISimpleFrameSite
.Interface.PostMessageFilter(
System.Windows.Forms.Primitives (23)
Windows.Win32.ISimpleFrameSite.g.cs (19)
26
:IVTable<
ISimpleFrameSite
,
ISimpleFrameSite
.Vtbl>,IComIID {
42
return ((delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((
ISimpleFrameSite
*)Unsafe.AsPointer(ref this), riid, ppvObject);
47
return ((delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,uint>)lpVtbl[1])((
ISimpleFrameSite
*)Unsafe.AsPointer(ref this));
52
return ((delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,uint>)lpVtbl[2])((
ISimpleFrameSite
*)Unsafe.AsPointer(ref this));
70
private static winmdroot.Foundation.HRESULT PreMessageFilter(
ISimpleFrameSite
* pThis, winmdroot.Foundation.HWND hWnd, uint msg, winmdroot.Foundation.WPARAM wp, winmdroot.Foundation.LPARAM lp, winmdroot.Foundation.LRESULT* plResult, uint* pdwCookie)
101
((delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((
ISimpleFrameSite
*)Unsafe.AsPointer(ref this), hWnd, msg, wp, lp, plResult, pdwCookie).ThrowOnFailure();
116
private static winmdroot.Foundation.HRESULT PostMessageFilter(
ISimpleFrameSite
* pThis, winmdroot.Foundation.HWND hWnd, uint msg, winmdroot.Foundation.WPARAM wp, winmdroot.Foundation.LPARAM lp, winmdroot.Foundation.LRESULT* plResult, uint dwCookie)
149
((delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((
ISimpleFrameSite
*)Unsafe.AsPointer(ref this), hWnd, msg, wp, lp, plResult, dwCookie).ThrowOnFailure();
173
internal delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1;
175
internal delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,uint> AddRef_2;
177
internal delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,uint> Release_3;
179
internal delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint* ,winmdroot.Foundation.HRESULT> PreMessageFilter_4;
181
internal delegate *unmanaged [Stdcall]<
ISimpleFrameSite
*,winmdroot.Foundation.HWND ,uint ,winmdroot.Foundation.WPARAM ,winmdroot.Foundation.LPARAM ,winmdroot.Foundation.LRESULT* ,uint ,winmdroot.Foundation.HRESULT> PostMessageFilter_5;
Windows.Win32.System_Ole_ISimpleFrameSite_Extensions.g.cs (4)
23
/// <inheritdoc cref="winmdroot.System.Ole.
ISimpleFrameSite
.Interface.PreMessageFilter(winmdroot.Foundation.HWND, uint, winmdroot.Foundation.WPARAM, winmdroot.Foundation.LPARAM, winmdroot.Foundation.LRESULT*, uint*)"/>
24
internal static unsafe winmdroot.Foundation.HRESULT PreMessageFilter(this winmdroot.System.Ole.
ISimpleFrameSite
.Interface @this, winmdroot.Foundation.HWND hWnd, uint msg, winmdroot.Foundation.WPARAM wp, winmdroot.Foundation.LPARAM lp, out winmdroot.Foundation.LRESULT plResult, out uint pdwCookie)
36
/// <inheritdoc cref="winmdroot.System.Ole.
ISimpleFrameSite
.Interface.PostMessageFilter(winmdroot.Foundation.HWND, uint, winmdroot.Foundation.WPARAM, winmdroot.Foundation.LPARAM, winmdroot.Foundation.LRESULT*, uint)"/>
37
internal static unsafe winmdroot.Foundation.HRESULT PostMessageFilter(this winmdroot.System.Ole.
ISimpleFrameSite
.Interface @this, winmdroot.Foundation.HWND hWnd, uint msg, winmdroot.Foundation.WPARAM wp, winmdroot.Foundation.LPARAM lp, out winmdroot.Foundation.LRESULT plResult, uint dwCookie)