1 write to _tabOrder
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (1)
31_tabOrder = [_left, _top, _right, _bottom];
5 references to _tabOrder
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\AnchorEditor.AnchorUI.cs (5)
319for (int i = 0; i < _picker._tabOrder.Length; i++) 321if (_picker._tabOrder[i] == this) 324i = i < 0 ? i + _picker._tabOrder.Length : i % _picker._tabOrder.Length; 325_picker._tabOrder[i].Focus();