5 references to Enabled
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (3)
249Getter = (modelItem) => IsBreakpointOfType(modelItem, BreakpointTypes.Enabled), 426if ((oldBreakpointType & BreakpointTypes.Enabled) != 427(newBreakpointType & BreakpointTypes.Enabled))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
922visibility = ((breakpoint & BreakpointTypes.Bounded) != 0 && (breakpoint & BreakpointTypes.Enabled) == 0) ? 951visibility = ((breakpoint & BreakpointTypes.Bounded) != 0 && (breakpoint & BreakpointTypes.Enabled) != 0) ?