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)
248
for (int i = 0; i <
_tabOrder
.Length; i++)
250
if (
_tabOrder
[i] == CheckedControl)
253
i = i < 0 ? i +
_tabOrder
.Length : i %
_tabOrder
.Length;
254
return
_tabOrder
[i];