10 references to _hwndTable
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (10)
73
if (
_hwndTable
.Count == 0)
85
if (
_hwndTable
.ContainsKey(hwnd))
87
eventTable = (Hashtable)(
_hwndTable
[hwnd]);
92
_hwndTable
[hwnd] = eventTable;
113
if (
_hwndTable
.ContainsKey(hwnd))
115
Hashtable eventTable = (Hashtable)(
_hwndTable
[hwnd]);
139
_hwndTable
.Remove(hwnd);
142
if (
_hwndTable
.Count == 0)
176
if (
_hwndTable
.Contains(hwnd))
181
Hashtable eventTable = (Hashtable)
_hwndTable
[hwnd];