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