1 implementation of EndDrag
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2193void ISupportToolStripPanel.EndDrag() {
1 reference to EndDrag
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
87((ISupportToolStripPanel)this.ParentInternal).EndDrag();