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