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