1 implementation of SelectedLocation
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
92public SourceLocation SelectedLocation
3 references to SelectedLocation
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
285if (null != breakpoints && null != debugView.SelectedLocation) 287breakpoints.TryGetValue(debugView.SelectedLocation, out result); 1709commandParameters.Add(typeof(SourceLocation).Name, debuggerService.SelectedLocation);