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)
2791
if (!
IsCurrentlyDragging
&& !IsLocationChanging && IsInToolStripPanel)
2809
if (
IsCurrentlyDragging
) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
3536
if (Owner != null && Owner.
IsCurrentlyDragging
) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
487
if (toolStripToDrag.
IsCurrentlyDragging
1025
if (toolStripToDrag.
IsCurrentlyDragging
) {
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
355
&& !_wrappedToolStrip.
IsCurrentlyDragging