2 writes to _caretDragDrop
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (2)
313
_caretDragDrop
= new CaretElement(_textEditor, /*isBlinkEnabled:*/false);
521
_caretDragDrop
= null;
6 references to _caretDragDrop
PresentationFramework (6)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (6)
307
if (
_caretDragDrop
== null)
317
_caretDragDrop
.Hide();
366
if (
_caretDragDrop
!= null)
447
_caretDragDrop
.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN);
517
if (
_caretDragDrop
!= null)
520
layer.Remove(
_caretDragDrop
);