1 write to currentModelItem
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
229this.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)
113ModelItem previousModelItem = this.currentModelItem; 115if (this.currentLocation != null && this.currentModelItem == null) 139SetPropertyValue(previousModelItem, isCurrentLocationProperty, this.currentModelItem); 140if (this.currentModelItem != this.currentModelItemContext) 142BringToView(this.currentModelItem); 344return this.currentModelItem == modelItem;