12 references to _winEventTrackers
UIAutomationClient (12)
MS\Internal\Automation\ClientEventManager.cs (12)
92
if (
_winEventTrackers
[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
106
if (
_winEventTrackers
[(int)Tracker.MenuOpenedOrClosed] == null && (l.EventId == AutomationElement.MenuOpenedEvent || l.EventId == AutomationElement.MenuClosedEvent) )
115
if (
_winEventTrackers
[(int)Tracker.WindowShowOrOpen] == null )
123
if (
_winEventTrackers
[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties))
130
if (
_winEventTrackers
[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
390
foreach (WinEventWrap eventWrapper in
_winEventTrackers
)
410
WinEventWrap eventWrapper =
_winEventTrackers
[i];
414
_winEventTrackers
[i] = null;
493
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
525
_winEventTrackers
[(int)idx] = eventWrapper;
532
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
540
_winEventTrackers
[(int)idx] = null;