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