7 references to ViewportHeight
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (4)
135if (Math.Abs(_scrollData.ExtentHeight - _scrollData.ViewportHeight) < 1) 137_scrollData.ExtentHeight = _scrollData.ViewportHeight; 142Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 620return (_scrollData != null) ? _scrollData.ViewportHeight : 0;
MS\Internal\Documents\TextBoxView.cs (3)
307return (_scrollData != null) ? _scrollData.ViewportHeight : 0; 1749Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 2984new Rect(_scrollData.HorizontalOffset, _scrollData.VerticalOffset, _scrollData.ViewportWidth, _scrollData.ViewportHeight);