7 references to Unloaded
System.Activities (7)
System\Activities\WorkflowApplication.cs (7)
322
return this.state == WorkflowApplicationState.
Unloaded
|| this.state == WorkflowApplicationState.Aborted;
1108
if (!this.hasRaisedCompleted && this.state != WorkflowApplicationState.
Unloaded
)
2525
else if (this.state == WorkflowApplicationState.
Unloaded
|| this.state == WorkflowApplicationState.Aborted)
2752
this.state = WorkflowApplicationState.
Unloaded
;
2822
if (this.state != WorkflowApplicationState.
Unloaded
) // Unload on unload is a no-op
2928
if (this.state == WorkflowApplicationState.
Unloaded
)
3533
alreadyUnloaded = this.instance.state == WorkflowApplicationState.
Unloaded
;