7 references to ViewportHeight
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (4)
136if (Math.Abs(_scrollData.ExtentHeight - _scrollData.ViewportHeight) < 1) 138_scrollData.ExtentHeight = _scrollData.ViewportHeight; 143Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 672return (_scrollData != null) ? _scrollData.ViewportHeight : 0;
MS\Internal\Documents\TextBoxView.cs (3)
350return (_scrollData != null) ? _scrollData.ViewportHeight : 0; 1790Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 3025new Rect(_scrollData.HorizontalOffset, _scrollData.VerticalOffset, _scrollData.ViewportWidth, _scrollData.ViewportHeight);