Implemented interface member:
property
IsCurrentlyDragging
System.Windows.Forms.ISupportToolStripPanel.IsCurrentlyDragging
24 references to IsCurrentlyDragging
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
2601if (!IsCurrentlyDragging && !IsLocationChanging && IsInToolStripPanel) 2624if (IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3129if (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
System.Windows.Forms.Tests (17)
System\Windows\Forms\MenuStripTests.cs (1)
98Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\StatusStripTests.cs (1)
98Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
104Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\ToolStripTests.cs (14)
116Assert.False(control.IsCurrentlyDragging); 270Assert.False(control.IsCurrentlyDragging); 4976Assert.True(control.IsCurrentlyDragging); 4983Assert.True(control.IsCurrentlyDragging); 5012Assert.True(control.IsCurrentlyDragging); 5022Assert.True(control.IsCurrentlyDragging); 5125Assert.False(control.IsCurrentlyDragging); 5132Assert.False(control.IsCurrentlyDragging); 5154Assert.False(control.IsCurrentlyDragging); 5161Assert.False(control.IsCurrentlyDragging); 5190Assert.False(control.IsCurrentlyDragging); 5200Assert.False(control.IsCurrentlyDragging); 5233Assert.False(control.IsCurrentlyDragging); 5243Assert.False(control.IsCurrentlyDragging);