3 references to ParentContextId
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (3)
1147
Activity parentContextActivity = (Activity)ContextIdToActivityMap[contextInfo.
ParentContextId
];
1341
if (executionContextInfo.
ParentContextId
== -1)
1343
return this.WorkflowCoreRuntime.GetContextActivityForId(executionContextInfo.
ParentContextId
);