1 write to isCommandSupported
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
228this.isCommandSupported = commandId =>
5 references to isCommandSupported
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (5)
822item.Visibility = this.isCommandServiceEnabled() && this.isCommandSupported(CommandValues.ShowProperties) ? 866this.isCommandSupported(CommandValues.InsertBreakpoint) && 893this.isCommandSupported(CommandValues.DeleteBreakpoint) && 919if (this.areBreakpointServicesEnabled() && this.isCommandSupported(CommandValues.EnableBreakpoint)) 948if (this.areBreakpointServicesEnabled() && this.isCommandSupported(CommandValues.DisableBreakpoint))