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;
6 references to TextSelection
PresentationFramework (6)
MS\Internal\Documents\IFlowDocumentViewer.cs (2)
359/// <see cref="IFlowDocumentViewer.TextSelection"/> 709/// <see cref="IFlowDocumentViewer.TextSelection"/>
System\Windows\Controls\FlowDocumentReader.cs (4)
210result = viewer.TextSelection as TextSelection; 926textSelection = viewer.TextSelection; 1839if (currentViewer != null && currentViewer.TextSelection != null) 1841textEditor = currentViewer.TextSelection.TextEditor;