4 references to EventFlag
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WinEventTracker.cs (4)
51
BuildEventsList(
EventFlag
.Add, hwnd, raiseEvents, aEvtIdProp);
79
BuildEventsList(
EventFlag
.Remove, hwnd, raiseEvents, aEvtIdProp);
337
private static void BuildEventsList(
EventFlag
eFlag, IntPtr hwnd, ProxyRaiseEvents raiseEvents, ReadOnlySpan<EvtIdProperty> aEvtIdProp)
387
if (eFlag ==
EventFlag
.Add)