4 references to IsBreakpointAllowed
System.Data (4)
cdf\src\NetFx40\Tools\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))
cdf\src\NetFx40\Tools\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);