7 types derived from WinEventWrap
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
15
internal class BoundingRectTracker :
WinEventWrap
MS\Internal\Automation\FocusTracker.cs (1)
16
internal class FocusTracker :
WinEventWrap
MS\Internal\Automation\MenuTracker.cs (1)
17
internal class MenuTracker :
WinEventWrap
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
21
internal class WindowHideOrCloseTracker :
WinEventWrap
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
16
internal class WindowInteractionStateTracker :
WinEventWrap
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
21
internal class WindowShowOrOpenTracker :
WinEventWrap
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
16
internal class WindowVisualStateTracker :
WinEventWrap
10 references to WinEventWrap
UIAutomationClient (10)
MS\Internal\Automation\ClientEventManager.cs (8)
374
foreach (
WinEventWrap
eventWrapper in _winEventTrackers)
394
WinEventWrap
eventWrapper = _winEventTrackers[i];
455
private static
WinEventWrap
GetNewRootTracker(Tracker idx)
477
WinEventWrap
eventWrapper = _winEventTrackers[(int)idx];
504
private static void AddWinEventListener(Tracker idx,
WinEventWrap
eventWrapper)
516
WinEventWrap
eventWrapper = _winEventTrackers[(int)idx];
721
private static
WinEventWrap
[] _winEventTrackers = new
WinEventWrap
[(int)Tracker.NumEventTrackers];
MS\Internal\Automation\WinEventQueueItem.cs (2)
20
internal WinEventQueueItem(
WinEventWrap
winEventWrap, int state)
74
private
WinEventWrap
_winEventWrap;