4 references to ContextIdProperty
System.Workflow.Runtime (4)
WorkflowExecutor.cs (4)
94
DependencyProperty.RegisterAsKnown(
ContextIdProperty
, (byte)51, DependencyProperty.PropertyValidity.Reexecute);
146
this.rootActivity.SetValue(WorkflowExecutor.
ContextIdProperty
, 0);
618
int conextId = (int)this.rootActivity.GetValue(WorkflowExecutor.
ContextIdProperty
) + 1;
619
this.rootActivity.SetValue(WorkflowExecutor.
ContextIdProperty
, conextId);