1 write to currentModelItemContext
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
234
this.
currentModelItemContext
= this.GetModelItemFromSourceLocation(this.currentContext, /* forceCreate */ true);
5 references to currentModelItemContext
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (5)
140
if (this.currentModelItem != this.
currentModelItemContext
)
181
ModelItem previousModelItem = this.
currentModelItemContext
;
183
SetPropertyValue(previousModelItem, this.isCurrentContextProperty, this.
currentModelItemContext
);
184
BringToView(this.
currentModelItemContext
);
350
return this.
currentModelItemContext
== modelItem;