2 references to HasValidationErrorProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
819get { return (bool)GetValue(HasValidationErrorProperty); } 820set { SetValue(HasValidationErrorProperty, value); }