7 references to State
System.Workflow.ComponentModel (7)
AuthoringOM\Bind.cs (7)
1765private State state; 1799this.state = State.Init; 1808while (this.state != State.Done) 1813case State.Init: 1820this.state = State.Prop; 1832case State.Prop: 1902this.state = State.Done;