1 write to windowCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
4265windows[windowCount++] = hWnd;
5 references to windowCount
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Application.cs (5)
4260if (windowCount == windows.Length) { 4261IntPtr[] newWindows = new IntPtr[windowCount * 2]; 4262Array.Copy(windows, 0, newWindows, 0, windowCount); 4273for (int i = 0; i < windowCount; i++) { 4298for (int i = 0; i < windowCount; i++) {