1 write to _commandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.cs (1)
76_commandSet =
9 references to _commandSet
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\CommandSet.cs (9)
207for (int i = 0; i < _commandSet.Length; i++) 209menuService.AddCommand(_commandSet[i]); 352for (int i = 0; i < _commandSet.Length; i++) 354_menuService.RemoveCommand(_commandSet[i]); 355_commandSet[i].Dispose(); 3137for (int i = 0; i < _commandSet.Length; i++) 3139_commandSet[i].UpdateStatus(); 3214for (int i = 0; itemCount < 3 && i < _commandSet.Length; i++) 3216CommandSetItem curItem = _commandSet[i];