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