11 references to PageHeightProperty
PresentationFramework (11)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
120ClearValue(TextEditor.PageHeightProperty); 1020SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
1617SetValue(TextEditor.PageHeightProperty, this.ScrollViewer.ViewportHeight); 1637ClearValue(TextEditor.PageHeightProperty); 2066SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\windows\Documents\TextEditorDragDrop.cs (1)
367double pageHeight = (double)_textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);
System\windows\Documents\TextEditorSelection.cs (5)
575double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 692double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1403double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1499double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 2378double pageHeight = (double)textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);