16 references to CommandValues
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (1)
669commandService.ExecuteCommand(CommandValues.ShowProperties, null);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (15)
822item.Visibility = this.isCommandServiceEnabled() && this.isCommandSupported(CommandValues.ShowProperties) ? 837ExecuteCommand(CommandValues.ShowProperties); 866this.isCommandSupported(CommandValues.InsertBreakpoint) && 882ExecuteCommand(CommandValues.InsertBreakpoint); 893this.isCommandSupported(CommandValues.DeleteBreakpoint) && 909ExecuteCommand(CommandValues.DeleteBreakpoint); 919if (this.areBreakpointServicesEnabled() && this.isCommandSupported(CommandValues.EnableBreakpoint)) 938ExecuteCommand(CommandValues.EnableBreakpoint); 948if (this.areBreakpointServicesEnabled() && this.isCommandSupported(CommandValues.DisableBreakpoint)) 968ExecuteCommand(CommandValues.DisableBreakpoint); 1698(command == CommandValues.InsertBreakpoint || 1699command == CommandValues.DeleteBreakpoint || 1700command == CommandValues.EnableBreakpoint || 1701command == CommandValues.DisableBreakpoint)) 1704if (command == CommandValues.InsertBreakpoint)