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)
114
return
_dragStarted
;
120
if (
_dragStarted
)
142
if (!
_dragStarted
)