Example #1
0
 public override bool IsEnabled(CodeContext context) => PropertyDefSettingsCommand.CanExecute(context.Nodes);
Example #2
0
 protected override bool CanExecute(Context ctx)
 {
     return(PropertyDefSettingsCommand.CanExecute(ctx.Nodes));
 }
Example #3
0
 public override bool IsVisible(AsmEditorContext context) => PropertyDefSettingsCommand.CanExecute(context.Nodes);
Example #4
0
 protected override bool CanExecuteInternal(ILSpyTreeNode[] nodes)
 {
     return(PropertyDefSettingsCommand.CanExecute(nodes));
 }