3 references to Selection
PresentationFramework (3)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
382return this.Selection;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1776if (viewer.Selection != null) 1778CaretElement caretElement = viewer.Selection.CaretElement;