1 write to getChildrenErrors
System.Activities (1)
System\Activities\Validation\ValidationContext.cs (1)
91this.getChildrenErrors = null;
4 references to getChildrenErrors
System.Activities (4)
System\Activities\Validation\ValidationContext.cs (4)
79if (this.getChildrenErrors != null && this.getChildrenErrors.Count > 0) 86for (int i = 0; i < this.getChildrenErrors.Count; i++) 88validationErrors.Add(this.getChildrenErrors[i]);