1 write to context
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
70
this.
context
= context;
8 references to context
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (8)
79
this.
context
.Items.Subscribe<Selection>(new SubscribeContextCallback<Selection>(this.SelectionChanged));
80
this.
context
.Services.Subscribe<ViewService>(new SubscribeServiceCallback<ViewService>(this.OnViewServiceAvailable));
81
this.
context
.Services.Subscribe<ModelSearchService>(new SubscribeServiceCallback<ModelSearchService>(this.OnModelSearchServiceAvailable));
82
this.
context
.Services.Subscribe<AttachedPropertiesService>(new SubscribeServiceCallback<AttachedPropertiesService>(this.OnAttachedPropertiesServiceAvailable));
83
this.
context
.Services.Subscribe<ModelTreeManager>(new SubscribeServiceCallback<ModelTreeManager>(this.OnModelTreeManagerServiceAvailable));
198
ReadOnlyState readOnlyState = this.
context
.Items.GetValue<ReadOnlyState>();
216
this.
context
.Items.SetValue(new ReadOnlyState() { IsReadOnly = readOnlyState.IsReadOnly });
717
return new SourceLocation(unresolvedPrefix + this.
context
.Items.GetValue<WorkflowFileItem>().LoadedFile, this.lastSourceLineNo++);