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