3 writes to threshHold
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
509this.threshHold = initialThreshHold; 563threshHold = handleCount + ((handleCount * deltaPercent) / 100); 581threshHold = oldThreshHold;
2 references to threshHold
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (2)
561if (handleCount > threshHold) 575int oldThreshHold = (100 * threshHold) / (100 + deltaPercent);