4 writes to _dragStarted
PresentationFramework (4)
System\windows\Documents\TextEditorDragDrop.cs (4)
114_dragStarted = false; 128_dragStarted = selection.Contains(mouseDownPoint); 150_dragStarted = false; 177_dragStarted = false;
3 references to _dragStarted
PresentationFramework (3)
System\windows\Documents\TextEditorDragDrop.cs (3)
131return _dragStarted; 137if (_dragStarted) 159if (!_dragStarted)