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)
2601
if (!
IsCurrentlyDragging
&& !IsLocationChanging && IsInToolStripPanel)
2624
if (
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
3129
if (Owner is not null && Owner.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (3)
418
if (toolStripToDrag.
IsCurrentlyDragging
832
if (toolStripToDrag.
IsCurrentlyDragging
)
997
if (draggedControl.
IsCurrentlyDragging
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
390
&& !_wrappedToolStrip.
IsCurrentlyDragging
System.Windows.Forms.Tests (17)
System\Windows\Forms\MenuStripTests.cs (1)
98
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\StatusStripTests.cs (1)
98
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
104
Assert.False(control.
IsCurrentlyDragging
);
System\Windows\Forms\ToolStripTests.cs (14)
116
Assert.False(control.
IsCurrentlyDragging
);
270
Assert.False(control.
IsCurrentlyDragging
);
4976
Assert.True(control.
IsCurrentlyDragging
);
4983
Assert.True(control.
IsCurrentlyDragging
);
5012
Assert.True(control.
IsCurrentlyDragging
);
5022
Assert.True(control.
IsCurrentlyDragging
);
5125
Assert.False(control.
IsCurrentlyDragging
);
5132
Assert.False(control.
IsCurrentlyDragging
);
5154
Assert.False(control.
IsCurrentlyDragging
);
5161
Assert.False(control.
IsCurrentlyDragging
);
5190
Assert.False(control.
IsCurrentlyDragging
);
5200
Assert.False(control.
IsCurrentlyDragging
);
5233
Assert.False(control.
IsCurrentlyDragging
);
5243
Assert.False(control.
IsCurrentlyDragging
);