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