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