1 write to viewStateService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
77this.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)
75if (this.viewStateService == null) 79Fx.Assert(this.viewStateService != null, "ViewStateService should not be null"); 80return this.viewStateService;