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