Exemplo n.º 1
0
 public bool IsVisible(TextViewContext context)
 {
     return((context == null || context.TextView != null) &&
            DebuggerPlugin.DebugEnableDisableBreakpointCanExecute());
 }
Exemplo n.º 2
0
 public bool IsVisible(ContextMenuEntryContext context)
 {
     return((context == null || context.Element is DecompilerTextView) &&
            DebuggerPlugin.DebugEnableDisableBreakpointCanExecute());
 }