1 write to isCommandServiceEnabled
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
218this.isCommandServiceEnabled = () =>
2 references to isCommandServiceEnabled
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
225return null != this.Context.Services.GetService<IDesignerDebugView>() && this.isCommandServiceEnabled(); 822item.Visibility = this.isCommandServiceEnabled() && this.isCommandSupported(CommandValues.ShowProperties) ?