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