2 implementations of TextSelection
PresentationFramework (2)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
362ITextSelection IFlowDocumentViewer.TextSelection 712ITextSelection IFlowDocumentViewer.TextSelection
1 write to TextSelection
PresentationFramework (1)
System\Windows\Controls\FlowDocumentReader.cs (1)
943viewer.TextSelection = textSelection;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
360/// <see cref="IFlowDocumentViewer.TextSelection"/> 710/// <see cref="IFlowDocumentViewer.TextSelection"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
211result = viewer.TextSelection as TextSelection; 927textSelection = viewer.TextSelection; 1840if (currentViewer != null && currentViewer.TextSelection != null) 1842textEditor = currentViewer.TextSelection.TextEditor;