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