6 writes to SkipPrivateChildren
System.Activities (6)
System\Activities\ProcessActivityTreeOptions.cs (6)
124SkipPrivateChildren = false, 144SkipPrivateChildren = false, 161SkipPrivateChildren = false, 182SkipPrivateChildren = false, 203SkipPrivateChildren = false, 388SkipPrivateChildren = this.SkipPrivateChildren,
7 references to SkipPrivateChildren
System.Activities (7)
System\Activities\ActivityUtilities.cs (5)
666ProcessChildren(activity, activity.ImplementationChildren, ActivityCollectionType.Implementation, !options.SkipPrivateChildren, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors); 671ProcessVariables(activity, activity.ImplementationVariables, ActivityCollectionType.Implementation, !options.SkipPrivateChildren, ref newImplementationEnvironment, ref nextEnvironmentId, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors); 720ProcessDelegates(activity, activity.ImplementationDelegates, ActivityCollectionType.Implementation, !options.SkipPrivateChildren, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors); 781if (!options.SkipPrivateChildren) 907completedParent.Activity.SetCached(isSkippingPrivateChildren: options.SkipPrivateChildren);
System\Activities\ProcessActivityTreeOptions.cs (2)
94return !this.SkipPrivateChildren && this.CreateEmptyBindings; 388SkipPrivateChildren = this.SkipPrivateChildren,