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