1 write to Context
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
90this.Context = ((IModelTreeItem)reflectedObject).ModelTreeManager.Context;
8 references to Context
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
133ModelTreeManager manager = this.Context.Services.GetService<ModelTreeManager>(); 551return null != this.Context && this.Context.Services.GetService<UndoEngine>().IsUndoRedoInProgress;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
987ImportDesigner.AddImport(type.Namespace, this.Context); 1416succeeded = ExpressionHelper.TryMorphExpression(currentArgument.Expression, false, newType, this.Context, out newExpression); 1424string rootEditorSetting = ExpressionHelper.GetRootEditorSetting(this.ModelTreeManager, WorkflowDesigner.GetTargetFramework(this.Context));
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1239if (ExpressionHelper.TryMorphExpression(expression, false, type, this.Context, out morphedExpression)) 1248ImportDesigner.AddImport(type.Namespace, this.Context);