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