5 references to CaretElement
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
1843CaretElement caretElement = reader.Selection.CaretElement;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1770CaretElement caretElement = viewer.Selection.CaretElement;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2199CaretElement caretElement = textBoxBase.TextSelectionInternal.CaretElement;
System\Windows\Controls\SinglePageViewer.cs (1)
1462CaretElement caretElement = viewer.Selection.CaretElement;
System\windows\Documents\TextSelection.cs (1)
1747return this.CaretElement;