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