11 references to None
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (8)
312SetBreakpointType(modelItem, BreakpointTypes.None); // clear breakpoint 401BreakpointTypes oldBreakpointType = BreakpointTypes.None; 404Fx.Assert(oldBreakpointType != BreakpointTypes.None, "Should not store BreakpointType.None"); 405if (newBreakpointType == BreakpointTypes.None) 414else if (newBreakpointType != BreakpointTypes.None) 576if (newBreakpointType == BreakpointTypes.None) 585else if (newBreakpointType != BreakpointTypes.None) 595UpdateBreakpoint(sourceLocation, BreakpointTypes.None);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (3)
284BreakpointTypes result = BreakpointTypes.None; 867this.getBreakpointType(this.FocusedViewElement) == BreakpointTypes.None ? 894this.getBreakpointType(this.FocusedViewElement) != BreakpointTypes.None ?