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)
1876Math.Round(PanningRatio * cumulativeTranslation / _panningInfo.DeltaPerHorizontalOffet));