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