2 writes to _caretDragDrop
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
301
_caretDragDrop
= new CaretElement(_textEditor, /*isBlinkEnabled:*/false);
509
_caretDragDrop
= null;
6 references to _caretDragDrop
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
295
if (
_caretDragDrop
== null)
305
_caretDragDrop
.Hide();
354
if (
_caretDragDrop
!= null)
435
_caretDragDrop
.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN);
505
if (
_caretDragDrop
!= null)
508
layer.Remove(
_caretDragDrop
);