2 writes to currentlyDragging
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
332
currentlyDragging
= true;
344
currentlyDragging
= false;
1 reference to currentlyDragging
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
330
if (!currentlySizing && !
currentlyDragging
) {