1 write to _upDownOrder
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
111_upDownOrder = [_top, _fill, _bottom, _none];
4 references to _upDownOrder
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DockEditor.DockUI.cs (4)
272int maxI = _upDownOrder.Length - 1; 275if (_upDownOrder[i] == checkedControl) 278? _upDownOrder[Math.Max(i - 1, 0)] 279: _upDownOrder[Math.Min(i + 1, maxI)];