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)
312for (int i = 0; i < _picker._tabOrder.Length; i++) 314if (_picker._tabOrder[i] == this) 317i = i < 0 ? i + _picker._tabOrder.Length : i % _picker._tabOrder.Length; 318_picker._tabOrder[i].Focus();