16 references to ValidationService
System.Data (16)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (16)
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)
800
errorMessage = this.
ValidationService
.ValidationMessageProperty.Getter(this.Expression);
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);
1376
if (this.
ValidationService
!= null)
1378
this.
ValidationService
.ValidationCompleted += this.OnValidationCompleted;
1420
if (this.
ValidationService
!= null)
1422
this.
ValidationService
.ValidationCompleted -= this.OnValidationCompleted;