2 writes to _caretDragDrop
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
284
_caretDragDrop
= new CaretElement(_textEditor, /*isBlinkEnabled:*/false);
492
_caretDragDrop
= null;
6 references to _caretDragDrop
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
278
if (
_caretDragDrop
== null)
288
_caretDragDrop
.Hide();
337
if (
_caretDragDrop
!= null)
418
_caretDragDrop
.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN);
488
if (
_caretDragDrop
!= null)
491
layer.Remove(
_caretDragDrop
);