12 references to TextSelection
PresentationFramework (12)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
224ITextSelection textSelection = Document.StructuralCache.TextContainer.TextSelection; 563ITextSelection textSelection = flowDocument.StructuralCache.TextContainer.TextSelection;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
222textSelection = flowDocument.StructuralCache.TextContainer.TextSelection; 1001Document.StructuralCache.TextContainer.TextSelection == null) 1208newDocument.StructuralCache.TextContainer.TextSelection != null)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1505Invariant.Assert(textContainer.TextSelection == null);
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
372value.StructuralCache.TextContainer.TextSelection != null)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
152textSelection = flowDocument.StructuralCache.TextContainer.TextSelection;
src\Framework\System\Windows\Documents\Hyperlink.cs (3)
240return (this.TextContainer.TextSelection != null && 241!this.TextContainer.TextSelection.TextEditor.IsReadOnly); 854e.Cursor = link.TextContainer.TextSelection.TextEditor._cursor;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1772return this.TextSelection;