2 implementations of PostMessageFilter
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
109HRESULT ISimpleFrameSite.Interface.PostMessageFilter(
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
317HRESULT ISimpleFrameSite.Interface.PostMessageFilter(
3 references to PostMessageFilter
System.Windows.Forms.Primitives (3)
Windows.Win32.ISimpleFrameSite.g.cs (1)
125 return __object.PostMessageFilter(hWnd, msg, wp, lp, plResult, dwCookie);
Windows.Win32.System_Ole_ISimpleFrameSite_Extensions.g.cs (2)
36 /// <inheritdoc cref="winmdroot.System.Ole.ISimpleFrameSite.Interface.PostMessageFilter(winmdroot.Foundation.HWND, uint, winmdroot.Foundation.WPARAM, winmdroot.Foundation.LPARAM, winmdroot.Foundation.LRESULT*, uint)"/> 41 winmdroot.Foundation.HRESULT __result = @this.PostMessageFilter(hWnd, msg, wp, lp, plResultLocal, dwCookie);