4 writes to Context
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
69this.dgHelper.Context = this.Context; 291this.dgHelper.Context = this.Context;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
67this.dgHelper.Context = this.Context; 338this.dgHelper.Context = this.Context;
2 references to Context
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
1189if (null != helper && null != helper.Context) 1191this.DesignerView = helper.Context.Services.GetService<DesignerView>();