1 write to _fFlags
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
270
_fFlags
= NativeMethods.WINEVENT_OUTOFCONTEXT;
1 reference to _fFlags
UIAutomationClient (1)
MS\Internal\Automation\WinEventWrap.cs (1)
130
_hHooks[i] = UnsafeNativeMethods.SetWinEventHook(eventId, eventId, IntPtr.Zero, _winEventProc, 0, 0,
_fFlags
);