Implemented interface member:
property
ExtentWidth
System.Windows.Controls.Primitives.IScrollInfo.ExtentWidth
13 references to ExtentWidth
PresentationFramework (13)
MS\Internal\Documents\DocumentGrid.cs (13)
335
SetHorizontalOffsetInternal(
ExtentWidth
);
569
/// Valid values are inclusively between 0 and <see cref="
ExtentWidth
" /> less <see cref="ViewportWidth" />.
576
double clippedHorizontalOffset = Math.Min(_horizontalOffset,
ExtentWidth
- ViewportWidth);
1207
pageOffset = new Point(Math.Max(ViewportWidth,
ExtentWidth
) - (xOffset + pageSize.Width), yOffset);
1588
double centerWidth = Math.Max(ViewportWidth,
ExtentWidth
);
1600
xOffset = (centerWidth -
ExtentWidth
) / 2.0 +
1988
double oldExtentWidth =
ExtentWidth
;
1997
double horizontalScale = oldExtentWidth == 0.0 ? 1.0 :
ExtentWidth
/ oldExtentWidth;
2370
rowWidth =
ExtentWidth
- MaxPagesAcross * HorizontalPageSpacing;
2672
Math.Max(0.0, (
ExtentWidth
- row.RowSize.Width) / 2.0) : 0.0;
2905
_lastRowChangeExtentWidth <
ExtentWidth
)
2910
SetHorizontalOffsetInternal(HorizontalOffset + (
ExtentWidth
- _lastRowChangeExtentWidth) / 2.0);
2913
_lastRowChangeExtentWidth =
ExtentWidth
;