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