10 references to _hwndTable
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (10)
72
if (
_hwndTable
.Count == 0)
84
if (
_hwndTable
.ContainsKey(hwnd))
86
eventTable = (Hashtable)(
_hwndTable
[hwnd]);
91
_hwndTable
[hwnd] = eventTable;
112
if (
_hwndTable
.ContainsKey(hwnd))
114
Hashtable eventTable = (Hashtable)(
_hwndTable
[hwnd]);
138
_hwndTable
.Remove(hwnd);
141
if (
_hwndTable
.Count == 0)
175
if (
_hwndTable
.Contains(hwnd))
180
Hashtable eventTable = (Hashtable)
_hwndTable
[hwnd];