1 write to viewService
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
638this.viewService = (WorkflowViewService)this.Context.Services.GetService<ViewService>();
4 references to viewService
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (4)
636if (null == this.viewService) 640return this.viewService; 867if (this.viewService.ShouldAppearOnBreadCrumb(currentItem, true)) 878if (this.viewService.ShouldAppearOnBreadCrumb(this.itemToFocus, true))