2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
374
ITextSelection IFlowDocumentViewer.
TextSelection
724
ITextSelection IFlowDocumentViewer.
TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
949
viewer.
TextSelection
= textSelection;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
372
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
722
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
211
result = viewer.
TextSelection
as TextSelection;
933
textSelection = viewer.
TextSelection
;
1875
if (currentViewer != null && currentViewer.
TextSelection
!= null)
1877
textEditor = currentViewer.
TextSelection
.TextEditor;