3 instantiations of ActivityCollection
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
1927this.activities = new ActivityCollection(this); 1947this.activities = new ActivityCollection(this); 2285this.activities = new ActivityCollection(this);
8 references to ActivityCollection
System.Workflow.ComponentModel (8)
AuthoringOM\Activity.cs (2)
1923private ActivityCollection activities = null; 2099public ActivityCollection Activities
AuthoringOM\Serializer\ActivityCollectionMarkupSerializer.cs (6)
18ActivityCollection activityCollection = obj as ActivityCollection; 20throw new ArgumentException(SR.GetString(SR.Error_SerializerTypeMismatch, typeof(ActivityCollection).FullName), "obj"); 41ActivityCollection activityCollection = obj as ActivityCollection; 43throw new ArgumentException(SR.GetString(SR.Error_SerializerTypeMismatch, typeof(ActivityCollection).FullName), "obj");