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)
278if (_caretDragDrop == null) 288_caretDragDrop.Hide(); 337if (_caretDragDrop != null) 418_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN); 488if (_caretDragDrop != null) 491layer.Remove(_caretDragDrop);