2 writes to _lastRowChangeExtentWidth
PresentationFramework (2)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
739
_lastRowChangeExtentWidth
= 0.0;
2992
_lastRowChangeExtentWidth
= ExtentWidth;
3 references to _lastRowChangeExtentWidth
PresentationFramework (3)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (3)
2984
_lastRowChangeExtentWidth
< ExtentWidth)
2986
if (
_lastRowChangeExtentWidth
!= 0.0)
2989
SetHorizontalOffsetInternal(HorizontalOffset + (ExtentWidth -
_lastRowChangeExtentWidth
) / 2.0);