Implemented interface member:
property
IsCurrentlyDragging
System.Windows.Forms.ISupportToolStripPanel.IsCurrentlyDragging
6 references to IsCurrentlyDragging
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2791if (!IsCurrentlyDragging && !IsLocationChanging && IsInToolStripPanel) 2809if (IsCurrentlyDragging) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3536if (Owner != null && Owner.IsCurrentlyDragging) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
487if (toolStripToDrag.IsCurrentlyDragging 1025if (toolStripToDrag.IsCurrentlyDragging) {
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
355&& !_wrappedToolStrip.IsCurrentlyDragging