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