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