1 type derived from CommandSetItem
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.ImmediateCommandSetItem.cs (1)
16protected class ImmediateCommandSetItem : CommandSetItem
5 references to CommandSetItem
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\CommandSet.CommandSetItem.StatusState.cs (2)
42internal void ApplyState(CommandSetItem item) 56internal void SaveState(CommandSetItem item, int version)
System\Windows\Forms\Design\CommandSet.cs (2)
27private readonly CommandSetItem[] _commandSet; 3222CommandSetItem curItem = _commandSet[i];
System\Windows\Forms\Design\ControlCommandSet.cs (1)
19private readonly CommandSetItem[] _commandSet;