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)
210for (int i = 0; i < _commandSet.Length; i++) 212menuService.AddCommand(_commandSet[i]); 355for (int i = 0; i < _commandSet.Length; i++) 357_menuService.RemoveCommand(_commandSet[i]); 358_commandSet[i].Dispose(); 3143for (int i = 0; i < _commandSet.Length; i++) 3145_commandSet[i].UpdateStatus(); 3220for (int i = 0; itemCount < 3 && i < _commandSet.Length; i++) 3222CommandSetItem curItem = _commandSet[i];