3 references to MSGFLT
PresentationFramework (3)
src\Framework\System\Windows\Standard\NativeMethods.cs (3)
2442
private static extern bool _ChangeWindowMessageFilter(WM message,
MSGFLT
dwFlag);
2451
private static extern bool _ChangeWindowMessageFilterEx(IntPtr hwnd, WM message,
MSGFLT
action, [In, Out, Optional] ref CHANGEFILTERSTRUCT pChangeFilterStruct);
2460
public static HRESULT ChangeWindowMessageFilterEx(IntPtr hwnd, WM message,
MSGFLT
action, out MSGFLTINFO filterInfo)