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