Implemented interface member:
property
ExtentWidth
System.Windows.Controls.Primitives.IScrollInfo.ExtentWidth
13 references to ExtentWidth
PresentationFramework (13)
src\Framework\MS\Internal\Documents\DocumentGrid.cs (13)
350SetHorizontalOffsetInternal(ExtentWidth); 596/// Valid values are inclusively between 0 and <see cref="ExtentWidth" /> less <see cref="ViewportWidth" />. 603double clippedHorizontalOffset = Math.Min(_horizontalOffset, ExtentWidth - ViewportWidth); 1248pageOffset = new Point(Math.Max(ViewportWidth, ExtentWidth) - (xOffset + pageSize.Width), yOffset); 1636double centerWidth = Math.Max(ViewportWidth, ExtentWidth); 1648xOffset = (centerWidth - ExtentWidth) / 2.0 + 2045double oldExtentWidth = ExtentWidth; 2054double horizontalScale = oldExtentWidth == 0.0 ? 1.0 : ExtentWidth / oldExtentWidth; 2435rowWidth = ExtentWidth - MaxPagesAcross * HorizontalPageSpacing; 2749Math.Max(0.0, (ExtentWidth - row.RowSize.Width) / 2.0) : 0.0; 2984_lastRowChangeExtentWidth < ExtentWidth) 2989SetHorizontalOffsetInternal(HorizontalOffset + (ExtentWidth - _lastRowChangeExtentWidth) / 2.0); 2992_lastRowChangeExtentWidth = ExtentWidth;