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