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