1 write to viewService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
202this.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)
200if (null == this.viewService) 204return this.viewService;