Implemented interface member:
property
IsCurrentlyDragging
System.Windows.Forms.ISupportToolStripPanel.IsCurrentlyDragging
7 references to IsCurrentlyDragging
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2595if (!IsCurrentlyDragging && !IsLocationChanging && IsInToolStripPanel) 2618if (IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3134if (Owner is not null && Owner.IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
418if (toolStripToDrag.IsCurrentlyDragging 832if (toolStripToDrag.IsCurrentlyDragging) 997if (draggedControl.IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
390&& !_wrappedToolStrip.IsCurrentlyDragging