10 references to _hwndTable
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (10)
82
if (
_hwndTable
.Count == 0)
94
if (
_hwndTable
.ContainsKey(hwnd))
96
eventTable = (Hashtable)(
_hwndTable
[hwnd]);
101
_hwndTable
[hwnd] = eventTable;
122
if (
_hwndTable
.ContainsKey(hwnd))
124
Hashtable eventTable = (Hashtable)(
_hwndTable
[hwnd]);
148
_hwndTable
.Remove(hwnd);
151
if (
_hwndTable
.Count == 0)
188
if (
_hwndTable
.Contains(hwnd))
193
Hashtable eventTable = (Hashtable)
_hwndTable
[hwnd];