1 write to ExtentHeight
PresentationFramework (1)
MS\Internal\Documents\FlowDocumentView.cs (1)
140
_scrollData.
ExtentHeight
= _scrollData.ViewportHeight;
5 references to ExtentHeight
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (3)
138
if (Math.Abs(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight) < 1)
145
Math.Max(0, Math.Min(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight, _scrollData.VerticalOffset)));
652
return (_scrollData != null) ? _scrollData.
ExtentHeight
: 0;
MS\Internal\Documents\TextBoxView.cs (2)
318
result = _scrollData.
ExtentHeight
;
1792
Math.Max(0, Math.Min(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight, _scrollData.VerticalOffset)));