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); 857if (dc1.zorderIndex > dc2.zorderIndex) 861else if (dc1.zorderIndex < dc2.zorderIndex) 973if (_dragComponents[i].zorderIndex == -1)