1 override of GetCommands
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs (1)
19
public 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)
15
public DesignerVerbCollection? Verbs => (DesignerVerbCollection?)
GetCommands
(VerbsCommand);
17
public DesignerActionListCollection? ActionLists => (DesignerActionListCollection?)
GetCommands
(ActionListsCommand);