11 references to PageHeightProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
124ClearValue(TextEditor.PageHeightProperty); 1031SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
1655SetValue(TextEditor.PageHeightProperty, this.ScrollViewer.ViewportHeight); 1675ClearValue(TextEditor.PageHeightProperty); 2106SetValue(TextEditor.PageHeightProperty, e.ViewportHeight);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
396double pageHeight = (double)_textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);
src\Framework\System\windows\Documents\TextEditorSelection.cs (5)
598double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 716double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1427double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 1523double pageHeight = (double)This.UiScope.GetValue(TextEditor.PageHeightProperty); 2402double pageHeight = (double)textEditor.UiScope.GetValue(TextEditor.PageHeightProperty);