6 references to Bounded
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
256Getter = (modelItem) => IsBreakpointOfType(modelItem, BreakpointTypes.Bounded), 420if ((oldBreakpointType & BreakpointTypes.Bounded) != 421(newBreakpointType & BreakpointTypes.Bounded))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
922visibility = ((breakpoint & BreakpointTypes.Bounded) != 0 && (breakpoint & BreakpointTypes.Enabled) == 0) ? 951visibility = ((breakpoint & BreakpointTypes.Bounded) != 0 && (breakpoint & BreakpointTypes.Enabled) != 0) ? 1706commandParameters.Add(typeof(BreakpointTypes).Name, BreakpointTypes.Bounded);