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