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