1 write to zorderIndex
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
972
_dragComponents[i].
zorderIndex
= primaryParent.Controls.GetChildIndex(dragControl, false /*throwException*/);
7 references to zorderIndex
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (7)
481
_shareParent ? _dragComponents[_primaryComponentIndex].
zorderIndex
: 0, allowSetChildIndexOnDrop);
496
_shareParent ? _dragComponents[i].
zorderIndex
: 0, allowSetChildIndexOnDrop);
857
if (dc1.
zorderIndex
> dc2.
zorderIndex
)
861
else if (dc1.
zorderIndex
< dc2.
zorderIndex
)
973
if (_dragComponents[i].
zorderIndex
== -1)