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)
307if (_caretDragDrop == null) 317_caretDragDrop.Hide(); 366if (_caretDragDrop != null) 447_caretDragDrop.Update(/*visible:*/true, caretRectangle, caretBrush, 0.5, italic, CaretScrollMethod.None, /*wordWrappingPosition*/ double.NaN); 517if (_caretDragDrop != null) 520layer.Remove(_caretDragDrop);