1 write to getBreakpointType
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
280this.getBreakpointType = selection =>
4 references to getBreakpointType
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (4)
867this.getBreakpointType(this.FocusedViewElement) == BreakpointTypes.None ? 894this.getBreakpointType(this.FocusedViewElement) != BreakpointTypes.None ? 921BreakpointTypes breakpoint = this.getBreakpointType(this.FocusedViewElement); 950BreakpointTypes breakpoint = this.getBreakpointType(this.FocusedViewElement);