1 write to options
System.Activities (1)
System\Activities\Validation\ValidationContext.cs (1)
24this.options = options;
2 references to options
System.Activities (2)
System\Activities\Validation\ValidationContext.cs (2)
55List<Activity> nodes = ActivityValidationServices.GetChildren(new ActivityUtilities.ChildActivity(currentNode, true), new ActivityUtilities.ActivityCallStack(), this.options); 69return ActivityValidationServices.GetChildren(this.owner, this.parentChain, this.options);