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)
358
if (!_currentlySizing && !
_currentlyDragging
)