9 references to s_windowHandles
System.Windows.Forms (9)
System\Windows\Forms\NativeWindow.cs (9)
247
if (
s_windowHandles
.TryGetValue(handle, out GCHandle oldRoot))
268
s_windowHandles
[handle] = root;
561
s_windowHandles
.TryGetValue(handle, out GCHandle value) && value.IsAllocated
607
if (
s_windowHandles
.Count > 0)
613
foreach ((HWND handle, GCHandle gcHandle) in
s_windowHandles
)
634
s_windowHandles
.Clear();
711
if (!
s_windowHandles
.TryGetValue(hwnd, out GCHandle root))
741
s_windowHandles
[hwnd] = GCHandle.Alloc(window.PreviousWindow, GCHandleType.Weak);
745
s_windowHandles
.Remove(hwnd);