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