1 write to getBreakpointType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
280this.getBreakpointType = selection =>
4 references to getBreakpointType
System.Data (4)
cdf\src\NetFx40\Tools\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);