2 implementations of PreMessageFilter
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
101HRESULT ISimpleFrameSite.Interface.PreMessageFilter(
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
309HRESULT ISimpleFrameSite.Interface.PreMessageFilter(
3 references to PreMessageFilter
System.Windows.Forms.Primitives (3)
Windows.Win32.ISimpleFrameSite.g.cs (1)
79 return __object.PreMessageFilter(hWnd, msg, wp, lp, plResult, pdwCookie);
Windows.Win32.System_Ole_ISimpleFrameSite_Extensions.g.cs (2)
23 /// <inheritdoc cref="winmdroot.System.Ole.ISimpleFrameSite.Interface.PreMessageFilter(winmdroot.Foundation.HWND, uint, winmdroot.Foundation.WPARAM, winmdroot.Foundation.LPARAM, winmdroot.Foundation.LRESULT*, uint*)"/> 30 winmdroot.Foundation.HRESULT __result = @this.PreMessageFilter(hWnd, msg, wp, lp, plResultLocal, pdwCookieLocal);