1 implementation of CaretElement
PresentationFramework (1)
src\Framework\System\windows\Documents\TextSelection.cs (1)
1751
CaretElement ITextSelection.
CaretElement
5 references to CaretElement
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1260
CaretElement caretElement = passwordBox.Selection.
CaretElement
;
src\Framework\System\windows\Documents\CaretElement.cs (1)
779
return ((ITextSelection)TextEditor._ThreadLocalStore.FocusedTextSelection).
CaretElement
;
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
777
CaretElement caretElement = textEditor.Selection.
CaretElement
;
src\Framework\System\windows\Documents\TextSelection.cs (2)
2049
if (textSelection == null || textSelection.
CaretElement
== null)
2058
textSelection.
CaretElement
.RefreshCaret(italic);