12 references to _winEventTrackers
UIAutomationClient (12)
MS\Internal\Automation\ClientEventManager.cs (12)
78
if (
_winEventTrackers
[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
92
if (
_winEventTrackers
[(int)Tracker.MenuOpenedOrClosed] == null && (l.EventId == AutomationElement.MenuOpenedEvent || l.EventId == AutomationElement.MenuClosedEvent) )
101
if (
_winEventTrackers
[(int)Tracker.WindowShowOrOpen] == null )
109
if (
_winEventTrackers
[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties))
116
if (
_winEventTrackers
[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
373
foreach (WinEventWrap eventWrapper in
_winEventTrackers
)
393
WinEventWrap eventWrapper =
_winEventTrackers
[i];
397
_winEventTrackers
[i] = null;
476
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
508
_winEventTrackers
[(int)idx] = eventWrapper;
515
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
523
_winEventTrackers
[(int)idx] = null;