1 implementation of GetBreakpointLocations
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
531
public IDictionary<SourceLocation, BreakpointTypes>
GetBreakpointLocations
()
1 reference to GetBreakpointLocations
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
283
var breakpoints = debugView.
GetBreakpointLocations
();