1 write to ExtentHeight
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
138_scrollData.ExtentHeight = _scrollData.ViewportHeight;
5 references to ExtentHeight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (3)
136if (Math.Abs(_scrollData.ExtentHeight - _scrollData.ViewportHeight) < 1) 143Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 599return (_scrollData != null) ? _scrollData.ExtentHeight : 0;
MS\Internal\Documents\TextBoxView.cs (2)
274result = _scrollData.ExtentHeight; 1750Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset)));