4 writes to Context
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
69this.dgHelper.Context = this.Context; 291this.dgHelper.Context = this.Context;
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.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
1189if (null != helper && null != helper.Context) 1191this.DesignerView = helper.Context.Services.GetService<DesignerView>();