2 references to CaretElement
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
313
_caretDragDrop = new
CaretElement
(_textEditor, /*isBlinkEnabled:*/false);
src\Framework\System\windows\Documents\TextSelection.cs (1)
2433
_caretElement = new
CaretElement
(_textEditor, isBlinkEnabled);