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