11 references to PageHeightProperty
PresentationFramework (11)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
123ClearValue(TextEditor.PageHeightProperty); 1023SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
1626SetValue(TextEditor.PageHeightProperty, this.ScrollViewer.ViewportHeight); 1646ClearValue(TextEditor.PageHeightProperty); 2075SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\windows\Documents\TextEditorDragDrop.cs (1)
384double pageHeight = (double)_textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);
System\windows\Documents\TextEditorSelection.cs (5)
590double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 707double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1418double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1514double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 2393double pageHeight = (double)textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);