1 write to viewService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
202
this.
viewService
= (WorkflowViewService)this.context.Services.GetService<ViewService>();
2 references to viewService
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (2)
200
if (null == this.
viewService
)
204
return this.
viewService
;