1 write to _horizontalOffset
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2152_horizontalOffset = offset;
4 references to _horizontalOffset
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
584double clippedHorizontalOffset = Math.Min(_horizontalOffset, ExtentWidth - ViewportWidth); 598if (!DoubleUtil.AreClose(_horizontalOffset, offset)) 2018SetHorizontalOffsetInternal(_horizontalOffset * horizontalScale); 2145if (!DoubleUtil.AreClose(_horizontalOffset, offset))