1 write to transientBreakpoints
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (1)
75
this.
transientBreakpoints
= new Dictionary<ModelItem, BreakpointTypes>();
4 references to transientBreakpoints
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (4)
311
this.
transientBreakpoints
[modelItem] = breakpointType; // cache it in case it's added later (move case).
646
this.
transientBreakpoints
.Clear();
703
if (this.
transientBreakpoints
.TryGetValue(modelItem, out breakpointType))
705
this.
transientBreakpoints
.Remove(modelItem);