1 implementation of CoversEntireContent
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1734bool ITextSelection.CoversEntireContent
3 references to CoversEntireContent
PresentationFramework (3)
System\windows\Documents\TextEditor.cs (2)
554bool forceLayoutUpdate = this.Selection.CoversEntireContent; 615bool forceLayoutUpdate = this.Selection.CoversEntireContent;
System\windows\Documents\TextEditorCopyPaste.cs (1)
383bool forceLayoutUpdate = This.Selection.CoversEntireContent;