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)
113
return
_dragStarted
;
119
if (
_dragStarted
)
141
if (!
_dragStarted
)