12 references to _winEventTrackers
UIAutomationClient (12)
MS\Internal\Automation\ClientEventManager.cs (12)
82
if (
_winEventTrackers
[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties))
96
if (
_winEventTrackers
[(int)Tracker.MenuOpenedOrClosed] == null && (l.EventId == AutomationElement.MenuOpenedEvent || l.EventId == AutomationElement.MenuClosedEvent) )
105
if (
_winEventTrackers
[(int)Tracker.WindowShowOrOpen] == null )
113
if (
_winEventTrackers
[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties))
120
if (
_winEventTrackers
[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
380
foreach (WinEventWrap eventWrapper in
_winEventTrackers
)
400
WinEventWrap eventWrapper =
_winEventTrackers
[i];
404
_winEventTrackers
[i] = null;
483
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
515
_winEventTrackers
[(int)idx] = eventWrapper;
522
WinEventWrap eventWrapper =
_winEventTrackers
[(int)idx];
530
_winEventTrackers
[(int)idx] = null;