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