2 writes to _lastRowChangeExtentWidth
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
713
_lastRowChangeExtentWidth
= 0.0;
2938
_lastRowChangeExtentWidth
= ExtentWidth;
3 references to _lastRowChangeExtentWidth
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
2930
_lastRowChangeExtentWidth
< ExtentWidth)
2932
if (
_lastRowChangeExtentWidth
!= 0.0)
2935
SetHorizontalOffsetInternal(HorizontalOffset + (ExtentWidth -
_lastRowChangeExtentWidth
) / 2.0);