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