1 write to _horizontalOffset
PresentationFramework (1)
MS\Internal\Documents\DocumentGrid.cs (1)
2147_horizontalOffset = offset;
4 references to _horizontalOffset
PresentationFramework (4)
MS\Internal\Documents\DocumentGrid.cs (4)
576double clippedHorizontalOffset = Math.Min(_horizontalOffset, ExtentWidth - ViewportWidth); 590if (!DoubleUtil.AreClose(_horizontalOffset, offset)) 2013SetHorizontalOffsetInternal(_horizontalOffset * horizontalScale); 2140if (!DoubleUtil.AreClose(_horizontalOffset, offset))