7 types derived from WinEventWrap
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
25
internal class BoundingRectTracker :
WinEventWrap
MS\Internal\Automation\FocusTracker.cs (1)
24
internal class FocusTracker :
WinEventWrap
MS\Internal\Automation\MenuTracker.cs (1)
27
internal class MenuTracker :
WinEventWrap
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
30
internal class WindowHideOrCloseTracker :
WinEventWrap
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
27
internal class WindowInteractionStateTracker :
WinEventWrap
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
32
internal class WindowShowOrOpenTracker :
WinEventWrap
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
24
internal class WindowVisualStateTracker :
WinEventWrap
10 references to WinEventWrap
UIAutomationClient (10)
MS\Internal\Automation\ClientEventManager.cs (8)
390
foreach (
WinEventWrap
eventWrapper in _winEventTrackers)
410
WinEventWrap
eventWrapper = _winEventTrackers[i];
471
private static
WinEventWrap
GetNewRootTracker(Tracker idx)
493
WinEventWrap
eventWrapper = _winEventTrackers[(int)idx];
520
private static void AddWinEventListener(Tracker idx,
WinEventWrap
eventWrapper)
532
WinEventWrap
eventWrapper = _winEventTrackers[(int)idx];
739
private static
WinEventWrap
[] _winEventTrackers = new
WinEventWrap
[(int)Tracker.NumEventTrackers];
MS\Internal\Automation\WinEventQueueItem.cs (2)
36
internal WinEventQueueItem(
WinEventWrap
winEventWrap, int state)
90
private
WinEventWrap
_winEventWrap;