6 references to _hwndList
WindowsBase (6)
Shared\MS\Win32\ManagedWndProcTracker.cs (6)
50
lock (
_hwndList
)
57
_hwndList
[subclass] = hwnd;
76
lock (
_hwndList
)
78
_hwndList
.Remove(subclass);
99
lock (
_hwndList
)
104
foreach (DictionaryEntry entry in
_hwndList
)