2 references to Loaded
System.Activities (2)
System\Activities\WorkflowApplicationInstance.cs (2)
121
int oldState = Interlocked.CompareExchange(ref this.state, (int)State.
Loaded
, (int)State.Initialized);
133
if (oldState == State.
Loaded
)