1 write to currentLocation
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
112
this.
currentLocation
= value;
3 references to currentLocation
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
107
return this.
currentLocation
;
115
if (this.
currentLocation
!= null && this.currentModelItem == null)
229
this.currentModelItem = this.GetModelItemFromSourceLocation(this.
currentLocation
, /* forceCreate */ true);