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