2 writes to DeltaPerHorizontalOffet
PresentationFramework (2)
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
1673
_panningInfo.
DeltaPerHorizontalOffet
= (DoubleUtil.AreClose(viewportWidth, 0) ? 0 : viewport.ActualWidth / viewportWidth);
1678
_panningInfo.
DeltaPerHorizontalOffet
= (DoubleUtil.AreClose(viewportWidth, 0) ? 0 : ActualWidth / viewportWidth);
1 reference to DeltaPerHorizontalOffet
PresentationFramework (1)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1876
Math.Round(PanningRatio * cumulativeTranslation / _panningInfo.
DeltaPerHorizontalOffet
));