1 write to ExtentWidth
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
134_scrollData.ExtentWidth = _scrollData.ViewportWidth;
5 references to ExtentWidth
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (3)
132if (Math.Abs(_scrollData.ExtentWidth - _scrollData.ViewportWidth) < 1) 142Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)), 639return (_scrollData != null) ? _scrollData.ExtentWidth : 0;
MS\Internal\Documents\TextBoxView.cs (2)
289result = _scrollData.ExtentWidth; 1791Math.Max(0, Math.Min(_scrollData.ExtentWidth - _scrollData.ViewportWidth, _scrollData.HorizontalOffset)),