1 write to options
System.Activities (1)
System\Activities\Validation\ActivityValidationServices.cs (1)
479
this.
options
= ProcessActivityTreeOptions.GetValidationOptions(this.settings);
6 references to options
System.Activities (6)
System\Activities\Validation\ActivityValidationServices.cs (6)
485
ActivityUtilities.CacheRootMetadata(this.rootToValidate, this.environment, this.
options
, new ActivityUtilities.ProcessActivityCallback(ValidateElement), ref suppressedErrors);
490
ActivityUtilities.CacheRootMetadata(this.rootToValidate, this.environment, this.
options
, new ActivityUtilities.ProcessActivityCallback(ValidateElement), ref this.errors);
520
RunConstraints(childActivity, parentChain, policyConstraints, this.
options
, suppressGetChildrenViolations, ref this.errors);
531
RunConstraints(childActivity, parentChain, genericTypePolicyConstraints, this.
options
, suppressGetChildrenViolations, ref this.errors);
547
ProcessActivityTreeOptions options = this.
options
.SkipRootConfigurationValidation ? this.
options
: ProcessActivityTreeOptions.FullCachingOptions;