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