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)
134return _dragStarted; 140if (_dragStarted) 170if (!_dragStarted || !SecurityHelper.CheckUnmanagedCodePermission())