1 implementation of CaretElement
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
1743
CaretElement ITextSelection.
CaretElement
5 references to CaretElement
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (1)
1226
CaretElement caretElement = passwordBox.Selection.
CaretElement
;
System\windows\Documents\CaretElement.cs (1)
775
return ((ITextSelection)TextEditor._ThreadLocalStore.FocusedTextSelection).
CaretElement
;
System\windows\Documents\TextEditorMouse.cs (1)
776
CaretElement caretElement = textEditor.Selection.
CaretElement
;
System\windows\Documents\TextSelection.cs (2)
2041
if (textSelection == null || textSelection.
CaretElement
== null)
2050
textSelection.
CaretElement
.RefreshCaret(italic);