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