54 references to StateMachineWorkflowActivity
System.Workflow.Activities (53)
Designers\StateDesigner.cs (4)
1865PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.InitialStateNamePropertyName); 1871PropertyDescriptor completedStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.CompletedStateNamePropertyName); 1899PropertyDescriptor completedStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.CompletedStateNamePropertyName); 1905PropertyDescriptor initialStateProperty = GetPropertyDescriptor(rootState, StateMachineWorkflowActivity.InitialStateNamePropertyName);
SR.cs (16)
279typeof(StateMachineWorkflowActivity).Name, 291typeof(StateMachineWorkflowActivity).Name, 308typeof(StateMachineWorkflowActivity).Name, 309StateMachineWorkflowActivity.InitialStateNamePropertyName); 316typeof(StateMachineWorkflowActivity).Name, 317StateMachineWorkflowActivity.InitialStateNamePropertyName); 323StateMachineWorkflowActivity.InitialStateNamePropertyName, 330StateMachineWorkflowActivity.CompletedStateNamePropertyName, 345StateMachineWorkflowActivity.InitialStateNameProperty, 352StateMachineWorkflowActivity.CompletedStateNamePropertyName, 360StateMachineWorkflowActivity.InitialStateNameProperty, 361StateMachineWorkflowActivity.CompletedStateNameProperty); 451typeof(StateMachineWorkflowActivity).Name); 467typeof(StateMachineWorkflowActivity).Name); 521typeof(StateMachineWorkflowActivity).Name); 535typeof(StateMachineWorkflowActivity).Name);
StateMachineHelpers.cs (3)
26return (state is StateMachineWorkflowActivity); 125return (string)rootState.GetValue(StateMachineWorkflowActivity.InitialStateNameProperty); 132return (string)rootState.GetValue(StateMachineWorkflowActivity.CompletedStateNameProperty);
StateMachineSubscription.cs (7)
177StateMachineWorkflowActivity.SetStateQueueName, 181StateMachineWorkflowActivity.SetStateQueueName, 198WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 199workflowQueuingService.DeleteWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 205WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 212WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName); 226WorkflowQueue workflowQueue = workflowQueuingService.GetWorkflowQueue(StateMachineWorkflowActivity.SetStateQueueName);
StateMachineWorkflow.cs (5)
21[ToolboxBitmap(typeof(StateMachineWorkflowActivity), "Resources.StateMachineWorkflowActivity.png")] 34public static readonly DependencyProperty InitialStateNameProperty = DependencyProperty.Register(StateMachineWorkflowActivity.InitialStateNamePropertyName, typeof(string), typeof(StateMachineWorkflowActivity), new PropertyMetadata(DependencyPropertyOptions.Metadata)); 35public static readonly DependencyProperty CompletedStateNameProperty = DependencyProperty.Register(StateMachineWorkflowActivity.CompletedStateNamePropertyName, typeof(string), typeof(StateMachineWorkflowActivity), new PropertyMetadata(DependencyPropertyOptions.Metadata));
StateMachineWorkflowInstance.cs (10)
32private StateMachineWorkflowActivity _stateMachineWorkflow; 46_stateMachineWorkflow = _workflowInstance.GetWorkflowDefinition() as StateMachineWorkflowActivity; 51public StateMachineWorkflowActivity StateMachineWorkflow 62_stateMachineWorkflow = (StateMachineWorkflowActivity)this.WorkflowInstance.GetWorkflowDefinition(); 138StateMachineWorkflowActivity stateMachineWorkflow = this.StateMachineWorkflow; 192this.WorkflowInstance.EnqueueItemOnIdle(System.Workflow.Activities.StateMachineWorkflowActivity.SetStateQueueName, eventArgs, null, null); 205if (queueInfo.QueueName.Equals(StateMachineWorkflowActivity.SetStateQueueName)) 210StateMachineWorkflowActivity stateMachineWorkflow = this.StateMachineWorkflow; 223StateMachineWorkflowActivity stateMachineWorkflow = this.StateMachineWorkflow; 274StateMachineWorkflowActivity stateMachineWorkflow;
StateValidator.cs (8)
234SR.GetString(SR.Error_PropertyNotSet, StateMachineWorkflowActivity.InitialStateNamePropertyName), 236StateMachineWorkflowActivity.InitialStateNamePropertyName)); 250StateMachineWorkflowActivity.InitialStateNamePropertyName)); 260StateMachineWorkflowActivity.InitialStateNamePropertyName)); 271StateMachineWorkflowActivity.InitialStateNamePropertyName)); 291StateMachineWorkflowActivity.CompletedStateNamePropertyName)); 302StateMachineWorkflowActivity.CompletedStateNamePropertyName)); 310StateMachineWorkflowActivity.CompletedStateNamePropertyName));
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1342else if (interopBodyType == typeof(System.Workflow.Activities.StateMachineWorkflowActivity))