1 write to initialThreshHold
System.Drawing (1)
misc\HandleCollector.cs (1)
128this.initialThreshHold = initialThreshHold;
1 reference to initialThreshHold
System.Drawing (1)
misc\HandleCollector.cs (1)
225if (oldThreshHold >= initialThreshHold && handleCount < (int)(oldThreshHold * .9F)) {