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