5 references to CaretElement
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
1838CaretElement caretElement = reader.Selection.CaretElement;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1767CaretElement caretElement = viewer.Selection.CaretElement;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2190CaretElement caretElement = textBoxBase.TextSelectionInternal.CaretElement;
System\Windows\Controls\SinglePageViewer.cs (1)
1459CaretElement caretElement = viewer.Selection.CaretElement;
System\windows\Documents\TextSelection.cs (1)
1744return this.CaretElement;