1 write to ExtentHeight
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
145_scrollData.ExtentHeight = _scrollData.ViewportHeight;
5 references to ExtentHeight
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
143if (Math.Abs(_scrollData.ExtentHeight - _scrollData.ViewportHeight) < 1) 150Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 657return (_scrollData != null) ? _scrollData.ExtentHeight : 0;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
320result = _scrollData.ExtentHeight; 1790Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset)));