1 write to _leftRightOrder
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
112_leftRightOrder = [_left, _fill, _right];
4 references to _leftRightOrder
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DockEditor.DockUI.cs (4)
230int maxI = _leftRightOrder.Length - 1; 233if (_leftRightOrder[i] == checkedControl) 236? _leftRightOrder[Math.Max(i - 1, 0)] 237: _leftRightOrder[Math.Min(i + 1, maxI)];