2 writes to _currentlyDragging
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
362_currentlyDragging = true; 378_currentlyDragging = false;
1 reference to _currentlyDragging
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
358if (!_currentlySizing && !_currentlyDragging)