2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
377ITextSelection IFlowDocumentViewer.TextSelection 727ITextSelection IFlowDocumentViewer.TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
954viewer.TextSelection = textSelection;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
375/// <see cref="IFlowDocumentViewer.TextSelection"/> 725/// <see cref="IFlowDocumentViewer.TextSelection"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
216result = viewer.TextSelection as TextSelection; 938textSelection = viewer.TextSelection; 1880if (currentViewer != null && currentViewer.TextSelection != null) 1882textEditor = currentViewer.TextSelection.TextEditor;