1 write to deltaPercent
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (1)
510this.deltaPercent = 100 - expense;
3 references to deltaPercent
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
549int sleep = (100 - deltaPercent) / 4; 563threshHold = handleCount + ((handleCount * deltaPercent) / 100); 575int oldThreshHold = (100 * threshHold) / (100 + deltaPercent);