3 references to Selection
PresentationFramework (3)
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (1)
732
return this.
Selection
;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1467
if (viewer.
Selection
!= null)
1469
CaretElement caretElement = viewer.
Selection
.CaretElement;