1 write to viewService
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
90this.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)
88if (this.viewService == null) 92Fx.Assert(this.viewService != null, "ViewService should not be null"); 93return this.viewService;