12 references to TextSelection
PresentationFramework (12)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
220
ITextSelection textSelection = Document.StructuralCache.TextContainer.
TextSelection
;
547
ITextSelection textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
218
textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
986
Document.StructuralCache.TextContainer.
TextSelection
== null)
1189
newDocument.StructuralCache.TextContainer.
TextSelection
!= null)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1418
Invariant.Assert(textContainer.
TextSelection
== null);
System\Windows\Controls\RichTextBox.cs (1)
359
value.StructuralCache.TextContainer.
TextSelection
!= null)
System\Windows\Controls\SinglePageViewer.cs (1)
147
textSelection = flowDocument.StructuralCache.TextContainer.
TextSelection
;
System\Windows\Documents\Hyperlink.cs (3)
232
return (this.TextContainer.
TextSelection
!= null &&
233
!this.TextContainer.
TextSelection
.TextEditor.IsReadOnly);
810
e.Cursor = link.TextContainer.
TextSelection
.TextEditor._cursor;
System\Windows\Documents\TextContainer.cs (1)
1746
return this.
TextSelection
;