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