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