1 instantiation of CHANGEFILTERSTRUCT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2370var filterstruct = new CHANGEFILTERSTRUCT { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) };
3 references to CHANGEFILTERSTRUCT
PresentationFramework (3)
System\Windows\Standard\NativeMethods.cs (3)
2338private static extern bool _ChangeWindowMessageFilterEx(IntPtr hwnd, WM message, MSGFLT action, [In, Out, Optional] ref CHANGEFILTERSTRUCT pChangeFilterStruct); 2370var filterstruct = new CHANGEFILTERSTRUCT { cbSize = (uint)Marshal.SizeOf(typeof(CHANGEFILTERSTRUCT)) };