20 references to Context
System.Activities.Presentation (20)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (20)
166
IIntegratedHelpService helpService = this.
Context
.Services.GetService<IIntegratedHelpService>();
172
this.
Context
.Items.SetValue(new Selection());
189
this.
Context
.Items.Subscribe<Selection>(this.OnItemSelectedCallback);
207
this.
Context
.Items.Unsubscribe<Selection>(this.OnItemSelectedCallback);
213
if ((this.
Context
!= null) && (this.lastSelection != null))
215
this.
Context
.Items.SetValue(new Selection(this.lastSelection));
221
if (this.
Context
!= null)
223
this.lastSelection = this.
Context
.Items.GetValue<Selection>().PrimarySelection;
336
AssemblyContextControlItem assemblies = this.
Context
.Items.GetValue<AssemblyContextControlItem>();
337
IExpressionEditorService expressionEditorService = this.
Context
.Services.GetService<IExpressionEditorService>();
436
this.targetFramework = WorkflowDesigner.GetTargetFramework(this.
Context
);
438
AttachedPropertiesService attachedPropertyService = this.
Context
.Services.GetService<AttachedPropertiesService>();
445
ModelService modelService = this.
Context
.Services.GetService<ModelService>();
452
this.importedNamespacesItem = this.
Context
.Items.GetValue<ImportedNamespaceContextItem>();
453
this.importedNamespacesItem.EnsureInitialized(this.
Context
);
466
if ((!this.
Context
.Services.GetService<UndoEngine>().IsUndoRedoInProgress) && (!this.isSelectionChangedInternally))
532
IMultiTargetingSupportService multiTargetingService = this.
Context
.Services.GetService<IMultiTargetingSupportService>();
670
AssemblyContextControlItem assemblyItem = this.
Context
.Items.GetValue<AssemblyContextControlItem>();
673
IMultiTargetingSupportService multiTargetingService = this.
Context
.Services.GetService<IMultiTargetingSupportService>();
681
ModelTreeManager modelTreeManager = this.
Context
.Services.GetService<ModelTreeManager>();