7 references to ParentCollectionType
System.Activities (7)
System\Activities\DynamicUpdate\ActivityComparer.cs (3)
156bool isImplementation = currentDelegate.ParentCollectionType == ActivityCollectionType.Implementation; 157Fx.Assert(originalDelegate.ParentCollectionType == currentDelegate.ParentCollectionType, "Mismatched delegates");
System\Activities\DynamicUpdate\DynamicUpdateMapBuilder.cs (2)
1107(currentActivity.HandlerOf != null && currentActivity.HandlerOf.ParentCollectionType != originalActivity.HandlerOf.ParentCollectionType))
System\Activities\DynamicUpdate\NativeActivityUpdateMapMetadata.cs (2)
73return child.HandlerOf.ParentCollectionType == ActivityCollectionType.Public || 74child.HandlerOf.ParentCollectionType == ActivityCollectionType.Imports;