12 references to _winEventTrackers
UIAutomationClient (12)
MS\Internal\Automation\ClientEventManager.cs (12)
84if (_winEventTrackers[(int)Tracker.BoundingRect] == null && HasProperty(AutomationElement.BoundingRectangleProperty, l.Properties)) 98if ( _winEventTrackers [(int)Tracker.MenuOpenedOrClosed] == null && (l.EventId == AutomationElement.MenuOpenedEvent || l.EventId == AutomationElement.MenuClosedEvent) ) 107if (_winEventTrackers[(int)Tracker.WindowShowOrOpen] == null ) 115if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 122if (_winEventTrackers[(int)Tracker.WindowVisualState] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties)) 382foreach (WinEventWrap eventWrapper in _winEventTrackers) 402WinEventWrap eventWrapper = _winEventTrackers[i]; 406_winEventTrackers[i] = null; 485WinEventWrap eventWrapper = _winEventTrackers[(int)idx]; 517_winEventTrackers[(int)idx] = eventWrapper; 524WinEventWrap eventWrapper = _winEventTrackers[(int)idx]; 532_winEventTrackers[(int)idx] = null;