7 references to Imports
System.Activities (7)
System\Activities\Activity.cs (1)
985if (collectionType == ActivityCollectionType.Imports)
System\Activities\ActivityDelegate.cs (1)
145return this.parentCollectionType != ActivityCollectionType.Imports;
System\Activities\ActivityUtilities.cs (4)
537SetupForProcessing(childActivity, collectionType != ActivityCollectionType.Imports, ref nextActivity, ref activitiesRemaining); 616SetupForProcessing(activityDelegate, collectionType != ActivityCollectionType.Imports, ref nextActivity, ref activitiesRemaining); 665ProcessChildren(activity, activity.ImportedChildren, ActivityCollectionType.Imports, true, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors); 719ProcessDelegates(activity, activity.ImportedDelegates, ActivityCollectionType.Imports, true, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
System\Activities\DynamicUpdate\NativeActivityUpdateMapMetadata.cs (1)
74child.HandlerOf.ParentCollectionType == ActivityCollectionType.Imports;