8 references to Implementation
System.Activities (8)
System\Activities\Activity.cs (3)
962
if (InitializeRelationship(activityDelegate.Owner, collectionType != ActivityCollectionType.
Implementation
, RelationshipType.DelegateHandler, ref validationErrors))
989
else if (collectionType == ActivityCollectionType.
Implementation
)
994
return InitializeRelationship(parent, collectionType != ActivityCollectionType.
Implementation
, relationshipType, ref validationErrors);
System\Activities\ActivityDelegate.cs (1)
213
if (collectionType == ActivityCollectionType.
Implementation
)
System\Activities\ActivityUtilities.cs (3)
666
ProcessChildren(activity, activity.ImplementationChildren, ActivityCollectionType.
Implementation
, !options.SkipPrivateChildren, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
671
ProcessVariables(activity, activity.ImplementationVariables, ActivityCollectionType.
Implementation
, !options.SkipPrivateChildren, ref newImplementationEnvironment, ref nextEnvironmentId, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
720
ProcessDelegates(activity, activity.ImplementationDelegates, ActivityCollectionType.
Implementation
, !options.SkipPrivateChildren, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
System\Activities\DynamicUpdate\ActivityComparer.cs (1)
156
bool isImplementation = currentDelegate.ParentCollectionType == ActivityCollectionType.
Implementation
;