1 implementation of CoversEntireContent
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1753bool ITextSelection.CoversEntireContent
3 references to CoversEntireContent
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (2)
567bool forceLayoutUpdate = this.Selection.CoversEntireContent; 628bool forceLayoutUpdate = this.Selection.CoversEntireContent;
System\windows\Documents\TextEditorCopyPaste.cs (1)
397bool forceLayoutUpdate = This.Selection.CoversEntireContent;