1 override of FixUpParentChildRelationship
System.Workflow.ComponentModel (1)
AuthoringOM\Activity.cs (1)
2275
internal override void
FixUpParentChildRelationship
(Activity definitionActivity, Activity parentActivity, Hashtable deserializedActivities)
3 references to FixUpParentChildRelationship
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
1173
deserializedActivityRoot.
FixUpParentChildRelationship
(definitionActivity, parentActivity, idToActivityMap);
2282
base.
FixUpParentChildRelationship
(definitionActivity, parentActivity, deserializedActivities);
2300
childActivity.
FixUpParentChildRelationship
(definitionChildActivity, this, deserializedActivities);