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)
277if (_caretDragDrop == null) 287_caretDragDrop.Hide(); 336if (_caretDragDrop != null) 417_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN); 487if (_caretDragDrop != null) 490layer.Remove(_caretDragDrop);