11 references to Context
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (11)
248VirtualizedContainerService containerService = this.Context.Services.GetService<VirtualizedContainerService>(); 284if (this.Context != null) 286IList<ModelItem> selectedItems = this.Context.Items.GetValue<Selection>().SelectedObjects.ToList(); 289Selection.Toggle(this.Context, selectedAndRemovedItem); 398VirtualizedContainerService containerService = this.Context.Services.GetService<VirtualizedContainerService>(); 617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context)); 750Selection.SelectOnly(this.Context, insertedItem); 783if (!DragDropHelper.AllowDrop(e.Data, this.Context, this.AllowedItemType)) 823this.Context.Items.SetValue(new Selection(new ArrayList())); 840Selection currentSelection = this.Context.Items.GetValue<Selection>(); 879this.Context.Items.SetValue(new Selection(modelItemsToSelect));