5 references to CaretElement
PresentationFramework (5)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1849CaretElement caretElement = reader.Selection.CaretElement;
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1778CaretElement caretElement = viewer.Selection.CaretElement;
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2235CaretElement caretElement = textBoxBase.TextSelectionInternal.CaretElement;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1469CaretElement caretElement = viewer.Selection.CaretElement;
src\Framework\System\windows\Documents\TextSelection.cs (1)
1755return this.CaretElement;