3 references to s_windowIds
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
281
s_windowIds
[id] = handle.Handle;
571
if (!
s_windowIds
.TryGetValue(id, out HWND handle))
758
internal static void RemoveWindowFromIDTable(short id) =>
s_windowIds
.Remove(id);