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