2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
362
ITextSelection IFlowDocumentViewer.
TextSelection
712
ITextSelection IFlowDocumentViewer.
TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
943
viewer.
TextSelection
= textSelection;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
360
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
710
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
211
result = viewer.
TextSelection
as TextSelection;
927
textSelection = viewer.
TextSelection
;
1840
if (currentViewer != null && currentViewer.
TextSelection
!= null)
1842
textEditor = currentViewer.
TextSelection
.TextEditor;