6 references to WorkflowInstanceIdProperty
System.Workflow.Runtime (6)
AmbientEnvironment.cs (1)
134return ((Guid)ContextActivityUtils.RootContextActivity(currentActivity).GetValue(WorkflowExecutor.WorkflowInstanceIdProperty));
System\Activities\Statements\Interop.cs (1)
364activityInstance.SetValue(WorkflowExecutor.WorkflowInstanceIdProperty, context.WorkflowInstanceId);
WorkflowExecutor.cs (4)
119DependencyProperty.RegisterAsKnown(WorkflowInstanceIdProperty, (byte)102, DependencyProperty.PropertyValidity.Reexecute); 147this.rootActivity.SetValue(WorkflowInstanceIdProperty, instanceId); 305this.InstanceId = (Guid)rootActivity.GetValue(WorkflowInstanceIdProperty); 1055completedContextActivity.SetValue(WorkflowInstanceIdProperty, this.InstanceId);