2 implementations of TextSelection
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
378
ITextSelection IFlowDocumentViewer.
TextSelection
728
ITextSelection IFlowDocumentViewer.
TextSelection
1 write to TextSelection
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
960
viewer.
TextSelection
= textSelection;
6 references to TextSelection
PresentationFramework (6)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
376
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
726
/// <see cref="IFlowDocumentViewer.
TextSelection
"/>
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
217
result = viewer.
TextSelection
as TextSelection;
944
textSelection = viewer.
TextSelection
;
1886
if (currentViewer != null && currentViewer.
TextSelection
!= null)
1888
textEditor = currentViewer.
TextSelection
.TextEditor;