2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
374ITextSelection IFlowDocumentViewer.TextSelection 724ITextSelection IFlowDocumentViewer.TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
949viewer.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)
211result = viewer.TextSelection as TextSelection; 933textSelection = viewer.TextSelection; 1875if (currentViewer != null && currentViewer.TextSelection != null) 1877textEditor = currentViewer.TextSelection.TextEditor;