1 write to context
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
29
this.
context
= context;
5 references to context
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (5)
82
return this.
context
.Services.GetService<DesignerView>();
280
Selection.Toggle(this.
context
, view.ModelItem);
297
this.
context
.Items.SetValue(new Selection(selectedModelItems));
303
this.
context
.Items.SetValue(new Selection());
309
Selection curSelection = this.
context
.Items.GetValue<Selection>();