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