5 references to CaretElement
PresentationFramework (5)
System\Windows\Controls\FlowDocumentReader.cs (1)
1806CaretElement caretElement = reader.Selection.CaretElement;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1734CaretElement caretElement = viewer.Selection.CaretElement;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2120CaretElement caretElement = textBoxBase.TextSelectionInternal.CaretElement;
System\Windows\Controls\SinglePageViewer.cs (1)
1461CaretElement caretElement = viewer.Selection.CaretElement;
System\windows\Documents\TextSelection.cs (1)
1729return this.CaretElement;