3 references to HasErrors
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
529if (this.HasErrors) 2119return etb.HasErrors;
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditorAutomationPeer.cs (1)
27new XAttribute("Status", textBox.HasErrors ? "Invalid" : "Valid"),