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)
232_controlIndices.Clear(); 239_controlIndices.Push(parent.TabIndex); 244_drawString.Append(' ').AppendJoin(_decimalSep, _controlIndices).Append(' ');