8 references to Implementation
System.Activities (8)
System\Activities\Activity.cs (3)
962if (InitializeRelationship(activityDelegate.Owner, collectionType != ActivityCollectionType.Implementation, RelationshipType.DelegateHandler, ref validationErrors)) 989else if (collectionType == ActivityCollectionType.Implementation) 994return InitializeRelationship(parent, collectionType != ActivityCollectionType.Implementation, relationshipType, ref validationErrors);
System\Activities\ActivityDelegate.cs (1)
213if (collectionType == ActivityCollectionType.Implementation)
System\Activities\ActivityUtilities.cs (3)
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);
System\Activities\DynamicUpdate\ActivityComparer.cs (1)
156bool isImplementation = currentDelegate.ParentCollectionType == ActivityCollectionType.Implementation;