4 writes to _dragStarted
PresentationFramework (4)
System\windows\Documents\TextEditorDragDrop.cs (4)
96_dragStarted = false; 110_dragStarted = selection.Contains(mouseDownPoint); 132_dragStarted = false; 159_dragStarted = false;
3 references to _dragStarted
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
113return _dragStarted; 119if (_dragStarted) 141if (!_dragStarted)