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