5 references to Public
System.Activities (5)
System\Activities\ActivityUtilities.cs (4)
588
if (variable.InitializeRelationship(parent, collectionType == ActivityCollectionType.
Public
, ref validationErrors))
664
ProcessChildren(activity, activity.Children, ActivityCollectionType.
Public
, true, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
670
ProcessVariables(activity, activity.RuntimeVariables, ActivityCollectionType.
Public
, true, ref newPublicEnvironment, ref nextEnvironmentId, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
718
ProcessDelegates(activity, activity.Delegates, ActivityCollectionType.
Public
, true, ref nextActivity, ref activitiesRemaining, ref tempValidationErrors);
System\Activities\DynamicUpdate\NativeActivityUpdateMapMetadata.cs (1)
73
return child.HandlerOf.ParentCollectionType == ActivityCollectionType.
Public
||