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