Implemented interface member:
property
ExtentHeight
System.Windows.Controls.Primitives.IScrollInfo.ExtentHeight
9 references to ExtentHeight
PresentationFramework (9)
MS\Internal\Documents\DocumentGrid.cs (9)
334
SetVerticalOffsetInternal(
ExtentHeight
);
411
SetVerticalOffsetInternal(
ExtentHeight
);
612
/// Valid values are inclusively between 0 and <see cref="
ExtentHeight
" /> less <see cref="ViewportHeight" />.
619
double clippedVerticalOffset = Math.Min(_verticalOffset,
ExtentHeight
- ViewportHeight);
1623
if (
ExtentHeight
> ViewportHeight)
1636
(ViewportHeight -
ExtentHeight
) / 2.0 + (VerticalPageSpacing / 2.0);
1999
double oldExtentHeight =
ExtentHeight
;
2008
double verticalScale = oldExtentHeight == 0.0 ? 1.0 :
ExtentHeight
/ oldExtentHeight;
2448
double thumbnailCompensatedExtentHeight =
ExtentHeight
- VerticalPageSpacing * _rowCache.RowCount;