2 implementations of TextSelection
PresentationFramework (2)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
378ITextSelection IFlowDocumentViewer.TextSelection 728ITextSelection IFlowDocumentViewer.TextSelection
1 write to TextSelection
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
960viewer.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)
217result = viewer.TextSelection as TextSelection; 944textSelection = viewer.TextSelection; 1886if (currentViewer != null && currentViewer.TextSelection != null) 1888textEditor = currentViewer.TextSelection.TextEditor;