1 write to viewService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
90
this.
viewService
= this.context.Services.GetService<ViewService>();
3 references to viewService
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (3)
88
if (this.
viewService
== null)
92
Fx.Assert(this.
viewService
!= null, "ViewService should not be null");
93
return this.
viewService
;