3 writes to handleCount
System.Drawing (3)
misc\HandleCollector.cs (3)
148handleCount++; 246handleCount--; 253handleCount = 0;
8 references to handleCount
System.Drawing (8)
misc\HandleCollector.cs (8)
154currentCount = handleCount; 198return handleCount; 211if (handleCount > threshHold) { 212threshHold = handleCount + ((handleCount * deltaPercent) / 100); 225if (oldThreshHold >= initialThreshHold && handleCount < (int)(oldThreshHold * .9F)) { 251if (handleCount < 0) { 255currentCount = handleCount;