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