11 references to PageHeightProperty
PresentationFramework (11)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
119ClearValue(TextEditor.PageHeightProperty); 1017SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
1558SetValue(TextEditor.PageHeightProperty, this.ScrollViewer.ViewportHeight); 1578ClearValue(TextEditor.PageHeightProperty); 1995SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
System\windows\Documents\TextEditorDragDrop.cs (1)
366double pageHeight = (double)_textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);
System\windows\Documents\TextEditorSelection.cs (5)
574double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 691double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1402double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1498double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 2377double pageHeight = (double)textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);