2 writes to _lastRowChangeExtentWidth
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
712_lastRowChangeExtentWidth = 0.0; 2922_lastRowChangeExtentWidth = ExtentWidth;
3 references to _lastRowChangeExtentWidth
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (3)
2914_lastRowChangeExtentWidth < ExtentWidth) 2916if (_lastRowChangeExtentWidth != 0.0) 2919SetHorizontalOffsetInternal(HorizontalOffset + (ExtentWidth - _lastRowChangeExtentWidth) / 2.0);