1 write to _tabOrder
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DockEditor.DockUI.cs (1)
113_tabOrder = [_top, _left, _fill, _right, _bottom, _none];
5 references to _tabOrder
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\DockEditor.DockUI.cs (5)
248for (int i = 0; i < _tabOrder.Length; i++) 250if (_tabOrder[i] == CheckedControl) 253i = i < 0 ? i + _tabOrder.Length : i % _tabOrder.Length; 254return _tabOrder[i];