2 overrides of FindCommand
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
29
public override MenuCommand?
FindCommand
(CommandID commandId)
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
296
public override MenuCommand?
FindCommand
(CommandID commandId)
4 references to FindCommand
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\Behavior.cs (1)
74
return GetNextBehavior.
FindCommand
(commandId);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
559
MenuCommand? menuCommand = behavior.
FindCommand
(commandID);
System\Windows\Forms\Design\Behavior\DesignerActionKeyboardBehavior.cs (1)
59
return base.
FindCommand
(commandId); // this will route the request to the parent behavior
System\Windows\Forms\Design\DataGridViewColumnDesigner.cs (1)
339
return base.
FindCommand
(commandId);