2 writes to _mouseWheelCumulativeDelta
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
971
_mouseWheelCumulativeDelta
+= e.Delta;
1014
_mouseWheelCumulativeDelta
= 0;
2 references to _mouseWheelCumulativeDelta
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
976
if (DoubleUtil.GreaterThan(Math.Abs(
_mouseWheelCumulativeDelta
), MouseWheelSelectionChangeThreshold))
978
if (
_mouseWheelCumulativeDelta
< 0)