4 references to IsBreakpointAllowed
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Debugger\DebuggerService.cs (2)
96
return (this.selectedModelItem != null && AllowBreakpointAttribute.
IsBreakpointAllowed
(this.selectedModelItem.ItemType)) ?
752
if (AllowBreakpointAttribute.
IsBreakpointAllowed
(key.ItemType) && !typeof(IValueSerializableExpression).IsAssignableFrom(key.ItemType))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
876
AllowBreakpointAttribute.
IsBreakpointAllowed
(this.FocusedViewElement.ModelItem.ItemType);
903
AllowBreakpointAttribute.
IsBreakpointAllowed
(this.FocusedViewElement.ModelItem.ItemType);