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