12 references to TextSelection
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
223
ITextSelection textSelection = Document.StructuralCache.TextContainer.
TextSelection
;
562
ITextSelection textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
221
textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
993
Document.StructuralCache.TextContainer.
TextSelection
== null)
1200
newDocument.StructuralCache.TextContainer.
TextSelection
!= null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1479
Invariant.Assert(textContainer.
TextSelection
== null);
System\Windows\Controls\RichTextBox.cs (1)
361
value.StructuralCache.TextContainer.
TextSelection
!= null)
System\Windows\Controls\SinglePageViewer.cs (1)
150
textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
System\Windows\Documents\Hyperlink.cs (3)
238
return (this.TextContainer.
TextSelection
!= null &&
239
!this.TextContainer.
TextSelection
.TextEditor.IsReadOnly);
815
e.Cursor = link.TextContainer.
TextSelection
.TextEditor._cursor;
System\Windows\Documents\TextContainer.cs (1)
1757
return this.
TextSelection
;