3 writes to threshHold
System.Drawing (3)
misc\HandleCollector.cs (3)
129this.threshHold = initialThreshHold; 212threshHold = handleCount + ((handleCount * deltaPercent) / 100); 229threshHold = oldThreshHold;
2 references to threshHold
System.Drawing (2)
misc\HandleCollector.cs (2)
211if (handleCount > threshHold) { 224int oldThreshHold = (100 * threshHold) / (100 + deltaPercent);