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