3 writes to state
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
1799this.state = State.Init; 1820this.state = State.Prop; 1902this.state = State.Done;
2 references to state
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (2)
1808while (this.state != State.Done) 1811switch (this.state)