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