3 writes to handleCount
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
520
handleCount
++;
592
handleCount
--;
594
handleCount
= Math.Max(0, handleCount);
5 references to handleCount
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (5)
559
if (
handleCount
> threshHold)
561
threshHold =
handleCount
+ ((
handleCount
* deltaPercent) / 100);
574
if (oldThreshHold >= initialThreshHold &&
handleCount
< (int)(oldThreshHold * .9F))
594
handleCount = Math.Max(0,
handleCount
);