4 writes to handleCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeWindow.cs (4)
391handleCount++; 438handleCount++; 1109handleCount = 0; 1246handleCount--;
4 references to handleCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeWindow.cs (4)
346if (handleCount >= hashLoadSize) { 943if (handle != IntPtr.Zero && handleCount > 0) { 1077if (handleCount > 0) { 1245Debug.Assert(handleCount > 0, "Underflow on handle count");