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