1 write to ExtentWidth
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
133_scrollData.ExtentWidth = _scrollData.ViewportWidth;
5 references to ExtentWidth
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (3)
131if (Math.Abs(_scrollData.ExtentWidth - _scrollData.ViewportWidth) < 1) 141Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)), 587return (_scrollData != null) ? _scrollData.ExtentWidth : 0;
MS\Internal\Documents\TextBoxView.cs (2)
246result = _scrollData.ExtentWidth; 1748Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)),