7 references to ValidationStateProperty
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (7)
776if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 778ValidationState state = this.ValidationService.ValidationStateProperty.Getter(this.Expression); 798if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 898if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 900this.ValidationState = this.ValidationService.ValidationStateProperty.Getter(this.Expression); 1214if (this.Expression != null && this.ValidationService != null && this.ValidationService.ValidationStateProperty != null) 1216this.ValidationState = this.ValidationService.ValidationStateProperty.Getter(this.Expression);