3 writes to threshHold
WindowsBase (3)
Shared\MS\Win32\HandleCollector.cs (3)
100this.threshHold = initialThreshHold; 148threshHold = handleCount + ((handleCount * deltaPercent) / 100); 165threshHold = oldThreshHold;
2 references to threshHold
WindowsBase (2)
Shared\MS\Win32\HandleCollector.cs (2)
147if (handleCount > threshHold) { 160int oldThreshHold = (100 * threshHold) / (100 + deltaPercent);