1 write to currentModelItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
229
this.
currentModelItem
= this.GetModelItemFromSourceLocation(this.currentLocation, /* forceCreate */ true);
6 references to currentModelItem
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (6)
113
ModelItem previousModelItem = this.
currentModelItem
;
115
if (this.currentLocation != null && this.
currentModelItem
== null)
139
SetPropertyValue(previousModelItem, isCurrentLocationProperty, this.
currentModelItem
);
140
if (this.
currentModelItem
!= this.currentModelItemContext)
142
BringToView(this.
currentModelItem
);
344
return this.
currentModelItem
== modelItem;