1 implementation of CoversEntireContent
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1750bool ITextSelection.CoversEntireContent
3 references to CoversEntireContent
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (2)
561bool forceLayoutUpdate = this.Selection.CoversEntireContent; 622bool forceLayoutUpdate = this.Selection.CoversEntireContent;
System\windows\Documents\TextEditorCopyPaste.cs (1)
384bool forceLayoutUpdate = This.Selection.CoversEntireContent;