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)
2602if (!IsCurrentlyDragging && !IsLocationChanging && IsInToolStripPanel) 2625if (IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3125if (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)
388&& !_wrappedToolStrip.IsCurrentlyDragging
System.Windows.Forms.Tests (17)
System\Windows\Forms\MenuStripTests.cs (1)
96Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\StatusStripTests.cs (1)
96Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
102Assert.False(control.IsCurrentlyDragging);
System\Windows\Forms\ToolStripTests.cs (14)
114Assert.False(control.IsCurrentlyDragging); 268Assert.False(control.IsCurrentlyDragging); 4974Assert.True(control.IsCurrentlyDragging); 4981Assert.True(control.IsCurrentlyDragging); 5010Assert.True(control.IsCurrentlyDragging); 5020Assert.True(control.IsCurrentlyDragging); 5123Assert.False(control.IsCurrentlyDragging); 5130Assert.False(control.IsCurrentlyDragging); 5152Assert.False(control.IsCurrentlyDragging); 5159Assert.False(control.IsCurrentlyDragging); 5188Assert.False(control.IsCurrentlyDragging); 5198Assert.False(control.IsCurrentlyDragging); 5231Assert.False(control.IsCurrentlyDragging); 5241Assert.False(control.IsCurrentlyDragging);