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)
131
return
_dragStarted
;
137
if (
_dragStarted
)
159
if (!
_dragStarted
)