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)
295if (_caretDragDrop == null) 305_caretDragDrop.Hide(); 354if (_caretDragDrop != null) 435_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN); 505if (_caretDragDrop != null) 508layer.Remove(_caretDragDrop);