7 references to HasErrors
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
283if (errors != null && errors.Count > 0 && errors.HasErrors)
AuthoringOM\ScheduleChanges.cs (2)
116if (errors.HasErrors) 219if (validationErrors.HasErrors)
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowLoaderService.cs (1)
81if (errors.HasErrors)
WorkflowDefinitionDispenser.cs (1)
244if (errors.HasErrors)
System.WorkflowServices (2)
System\Workflow\Runtime\StreamedWorkflowDefinitionContext.cs (1)
314if (errors.HasErrors)
System\Workflow\Runtime\WorkflowDefinitionContext.cs (1)
126if (errors.HasErrors)