5 references to CaretElement
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
1805CaretElement caretElement = reader.Selection.CaretElement;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1733CaretElement caretElement = viewer.Selection.CaretElement;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2119CaretElement caretElement = textBoxBase.TextSelectionInternal.CaretElement;
System\Windows\Controls\SinglePageViewer.cs (1)
1460CaretElement caretElement = viewer.Selection.CaretElement;
System\windows\Documents\TextSelection.cs (1)
1728return this.CaretElement;