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))); 621return (_scrollData != null) ? _scrollData.ViewportHeight : 0;
MS\Internal\Documents\TextBoxView.cs (3)
308return (_scrollData != null) ? _scrollData.ViewportHeight : 0; 1750Math.Max(0, Math.Min(_scrollData.ExtentHeight - _scrollData.ViewportHeight, _scrollData.VerticalOffset))); 2985new Rect(_scrollData.HorizontalOffset, _scrollData.VerticalOffset, _scrollData.ViewportWidth, _scrollData.ViewportHeight);