2 writes to _lastRowChangeExtentWidth
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
706
_lastRowChangeExtentWidth
= 0.0;
2913
_lastRowChangeExtentWidth
= ExtentWidth;
3 references to _lastRowChangeExtentWidth
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
2905
_lastRowChangeExtentWidth
< ExtentWidth)
2907
if (
_lastRowChangeExtentWidth
!= 0.0)
2910
SetHorizontalOffsetInternal(HorizontalOffset + (ExtentWidth -
_lastRowChangeExtentWidth
) / 2.0);