1 write to ExtentWidth
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
141_scrollData.ExtentWidth = _scrollData.ViewportWidth;
5 references to ExtentWidth
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
139if (Math.Abs(_scrollData.ExtentWidth - _scrollData.ViewportWidth) < 1) 149Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)), 646return (_scrollData != null) ? _scrollData.ExtentWidth : 0;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
293result = _scrollData.ExtentWidth; 1789Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)),