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(' ');