2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
361ITextSelection IFlowDocumentViewer.TextSelection 711ITextSelection IFlowDocumentViewer.TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
942viewer.TextSelection = textSelection;
4 references to TextSelection
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (4)
210result = viewer.TextSelection as TextSelection; 926textSelection = viewer.TextSelection; 1839if (currentViewer != null && currentViewer.TextSelection != null) 1841textEditor = currentViewer.TextSelection.TextEditor;