7 references to ViewportWidth
PresentationFramework (7)
MS\Internal\Documents\FlowDocumentView.cs (4)
132if (Math.Abs(_scrollData.ExtentWidth - _scrollData.ViewportWidth) < 1) 134_scrollData.ExtentWidth = _scrollData.ViewportWidth; 142Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)), 661return (_scrollData != null) ? _scrollData.ViewportWidth : 0;
MS\Internal\Documents\TextBoxView.cs (3)
339return (_scrollData != null) ? _scrollData.ViewportWidth : 0; 1789Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)), 3025new Rect(_scrollData.HorizontalOffset, _scrollData.VerticalOffset, _scrollData.ViewportWidth, _scrollData.ViewportHeight);