14 references to IsPaginated
PresentationFramework (14)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1505this.TextView != null && this.TextView.IsValid && TextEditorSelection.IsPaginated(this.TextView))
src\Framework\System\windows\Documents\TextEditorSelection.cs (13)
340else if (IsPaginated(This.TextView)) 430else if (IsPaginated(This.TextView)) 609if (IsPaginated(This.TextView)) 629else if (IsPaginated(This.TextView)) 723if (IsPaginated(This.TextView)) 743else if (IsPaginated(This.TextView)) 1099else if (IsPaginated(This.TextView)) 1289else if (IsPaginated(This.TextView)) 1434if (IsPaginated(This.TextView)) 1452else if (IsPaginated(This.TextView)) 1530if (IsPaginated(This.TextView)) 1548else if (IsPaginated(This.TextView)) 2405textEditor.TextView != null && textEditor.TextView.IsValid && !textEditor.TextView.Contains(position) && IsPaginated(textEditor.TextView))