1 write to ItemReorderDropSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
398
this.
ItemReorderDropSource
= dragDropHandler;
2 references to ItemReorderDropSource
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
920
if ((ParentInternal != null) && (ParentInternal.AllowItemReorder) && (ParentInternal.
ItemReorderDropSource
!= null)) {
921
return new DropSource(ParentInternal.
ItemReorderDropSource
);