1 write to _controlIndices
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
56
_controlIndices
= new Stack<int>();
3 references to _controlIndices
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TabOrder.cs (3)
235
_controlIndices
.Clear();
242
_controlIndices
.Push(parent.TabIndex);
247
_drawString.Append(' ').AppendJoin(_decimalSep,
_controlIndices
).Append(' ');