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