2 writes to _caretDragDrop
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
283
_caretDragDrop
= new CaretElement(_textEditor, /*isBlinkEnabled:*/false);
491
_caretDragDrop
= null;
6 references to _caretDragDrop
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
277
if (
_caretDragDrop
== null)
287
_caretDragDrop
.Hide();
336
if (
_caretDragDrop
!= null)
417
_caretDragDrop
.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN);
487
if (
_caretDragDrop
!= null)
490
layer.Remove(
_caretDragDrop
);