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