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