Implemented interface member:
property
ExtentHeight
System.Windows.Controls.Primitives.IScrollInfo.ExtentHeight
8 references to ExtentHeight
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
334SetVerticalOffsetInternal(ExtentHeight); 411SetVerticalOffsetInternal(ExtentHeight); 619double clippedVerticalOffset = Math.Min(_verticalOffset, ExtentHeight - ViewportHeight); 1611if (ExtentHeight > ViewportHeight) 1624(ViewportHeight - ExtentHeight) / 2.0 + (VerticalPageSpacing / 2.0); 1987double oldExtentHeight = ExtentHeight; 1996double verticalScale = oldExtentHeight == 0.0 ? 1.0 : ExtentHeight / oldExtentHeight; 2436double thumbnailCompensatedExtentHeight = ExtentHeight - VerticalPageSpacing * _rowCache.RowCount;