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