1 write to viewStateService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
77
this.
viewStateService
= this.context.Services.GetService<ViewStateService>();
3 references to viewStateService
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (3)
75
if (this.
viewStateService
== null)
79
Fx.Assert(this.
viewStateService
!= null, "ViewStateService should not be null");
80
return this.
viewStateService
;