12 references to _winEventTrackers
UIAutomationClient (12)
MS\Internal\Automation\ClientEventManager.cs (12)
79if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 93if ( _winEventTrackers [(int)Tracker.MenuOpenedOrClosed] == null && (l.EventId == AutomationElement.MenuOpenedEvent || l.EventId == AutomationElement.MenuClosedEvent) ) 102if (_winEventTrackers[(int)Tracker.WindowShowOrOpen] == null ) 110if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 117if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 374foreach (WinEventWrap eventWrapper in _winEventTrackers) 394WinEventWrap eventWrapper = _winEventTrackers[i]; 398_winEventTrackers[i] = null; 477WinEventWrap eventWrapper = _winEventTrackers[(int)idx]; 509_winEventTrackers[(int)idx] = eventWrapper; 516WinEventWrap eventWrapper = _winEventTrackers[(int)idx]; 524_winEventTrackers[(int)idx] = null;