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