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