Implemented interface member:
property
ExtentHeight
System.Windows.Controls.Primitives.IScrollInfo.ExtentHeight
9 references to ExtentHeight
PresentationFramework (9)
MS\Internal\Documents\DocumentGrid.cs (9)
342SetVerticalOffsetInternal(ExtentHeight); 419SetVerticalOffsetInternal(ExtentHeight); 620/// Valid values are inclusively between 0 and <see cref="ExtentHeight" /> less <see cref="ViewportHeight" />. 627double clippedVerticalOffset = Math.Min(_verticalOffset, ExtentHeight - ViewportHeight); 1629if (ExtentHeight > ViewportHeight) 1642(ViewportHeight - ExtentHeight) / 2.0 + (VerticalPageSpacing / 2.0); 2004double oldExtentHeight = ExtentHeight; 2013double verticalScale = oldExtentHeight == 0.0 ? 1.0 : ExtentHeight / oldExtentHeight; 2459double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount;