2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
361
ITextSelection IFlowDocumentViewer.
TextSelection
711
ITextSelection IFlowDocumentViewer.
TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
942
viewer.
TextSelection
= textSelection;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
359
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
709
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
210
result = viewer.
TextSelection
as TextSelection;
926
textSelection = viewer.
TextSelection
;
1839
if (currentViewer != null && currentViewer.
TextSelection
!= null)
1841
textEditor = currentViewer.
TextSelection
.TextEditor;