4 writes to _dragStarted
PresentationFramework (4)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (4)
117
_dragStarted
= false;
131
_dragStarted
= selection.Contains(mouseDownPoint);
153
_dragStarted
= false;
188
_dragStarted
= false;
3 references to _dragStarted
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (3)
134
return
_dragStarted
;
140
if (
_dragStarted
)
170
if (!
_dragStarted
|| !SecurityHelper.CheckUnmanagedCodePermission())