1 write to _commandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
36_commandSet =
7 references to _commandSet
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ControlCommandSet.cs (7)
270for (int i = 0; i < _commandSet.Length; i++) 272MenuService.AddCommand(_commandSet[i]); 347for (int i = 0; i < _commandSet.Length; i++) 349MenuService.RemoveCommand(_commandSet[i]); 350_commandSet[i].Dispose(); 1351for (int i = 0; i < _commandSet.Length; i++) 1353_commandSet[i].UpdateStatus();