1 write to ExtentHeight
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (1)
145
_scrollData.
ExtentHeight
= _scrollData.ViewportHeight;
5 references to ExtentHeight
PresentationFramework (5)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (3)
143
if (Math.Abs(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight) < 1)
150
Math.Max(0, Math.Min(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight, _scrollData.VerticalOffset)));
657
return (_scrollData != null) ? _scrollData.
ExtentHeight
: 0;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
320
result = _scrollData.
ExtentHeight
;
1790
Math.Max(0, Math.Min(_scrollData.
ExtentHeight
- _scrollData.ViewportHeight, _scrollData.VerticalOffset)));