1 override of GetCommands
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs (1)
19public override ICollection? GetCommands(string name) => name switch
3 references to GetCommands
System.Windows.Forms.Design (3)
System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs (1)
23_ => base.GetCommands(name)
System\ComponentModel\Design\DesignerCommandSet.cs (2)
15public DesignerVerbCollection? Verbs => (DesignerVerbCollection?)GetCommands(VerbsCommand); 17public DesignerActionListCollection? ActionLists => (DesignerActionListCollection?)GetCommands(ActionListsCommand);