7 references to Created
System.Workflow.Runtime (7)
WorkflowExecutor.cs (5)
36internal readonly static DependencyProperty WorkflowStatusProperty = DependencyProperty.RegisterAttached("WorkflowStatus", typeof(WorkflowStatus), typeof(WorkflowExecutor), new PropertyMetadata(WorkflowStatus.Created)); 148this.WorkflowStatus = WorkflowStatus.Created; 564if (this.WorkflowStatus != WorkflowStatus.Created) 1181case WorkflowStatus.Created: 1929if (status == WorkflowStatus.Suspended || status == WorkflowStatus.Created)
WorkflowInstance.cs (2)
174if (executor.WorkflowStatus == WorkflowStatus.Created) 337if (executor.WorkflowStatus == WorkflowStatus.Created)