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