2 writes to Context
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
117Context = null != ActiveDesignerView ? ActiveDesignerView.Context : null,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionValueEditor.cs (1)
60this.Context = context;
3 references to Context
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (2)
136if (null != this.Context) 138WindowHelperService srv = this.Context.Services.GetService<WindowHelperService>();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialogWindow.xaml.cs (1)
51this.Context = payload.Context;