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