3 writes to Dragging
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\OleDragDropHandler.cs (3)
459Dragging = true; 575Dragging = _localDragInside = false; 584Dragging = false;
9 references to Dragging
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\OleDragDropHandler.cs (8)
605if ((Dragging && de.X == _dragBase.X && de.Y == _dragBase.Y) || 607(!Dragging && !_dragOk)) 733if (!Dragging) 870if (!Dragging && CanDropDataObject(de.Data) && de.AllowedEffect != DragDropEffects.None) 894else if (Dragging && de.AllowedEffect != DragDropEffects.None) 924if (Dragging || _forceDrawFrames) 948if (!Dragging && !_dragOk) 963if ((copy || move) && (Dragging || _forceDrawFrames))
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
1912if (GetOleDragHandler().Dragging || _mouseDragBase == InvalidPoint)