5 references to ViewportHeight
PresentationFramework (5)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1884
return ((TextBoxBase)d).
ViewportHeight
;
System\Windows\Controls\TextBox.cs (3)
346
if (this.VerticalOffset + this.
ViewportHeight
>= height)
352
return (int)Math.Floor((this.VerticalOffset + this.
ViewportHeight
- 1) / GetLineHeight());
1813
double chrome = this.ScrollViewer.ActualHeight -
ViewportHeight
;
System\windows\Documents\TextEditorMouse.cs (1)
515
double pageHeight = (double)((TextBoxBase)This.UiScope).
ViewportHeight
;