1 write to ExtentHeight
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
137_scrollData.ExtentHeight = _scrollData.ViewportHeight;
5 references to ExtentHeight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (3)
135if (Math.Abs(_scrollData.ExtentHeight - _scrollData.ViewportHeight) < 1) 142Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 598return (_scrollData != null) ? _scrollData.ExtentHeight : 0;
MS\Internal\Documents\TextBoxView.cs (2)
273result = _scrollData.ExtentHeight; 1749Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset)));