3 writes to threshHold
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
505
this.
threshHold
= initialThreshHold;
559
threshHold
= handleCount + ((handleCount * deltaPercent) / 100);
577
threshHold
= oldThreshHold;
2 references to threshHold
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (2)
557
if (handleCount >
threshHold
)
571
int oldThreshHold = (100 *
threshHold
) / (100 + deltaPercent);