4 writes to _dragStarted
PresentationFramework (4)
System\windows\Documents\TextEditorDragDrop.cs (4)
97_dragStarted = false; 111_dragStarted = selection.Contains(mouseDownPoint); 133_dragStarted = false; 160_dragStarted = false;
3 references to _dragStarted
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
114return _dragStarted; 120if (_dragStarted) 142if (!_dragStarted)