6 references to Exit
System.Activities (6)
System\Activities\Statements\InternalState.cs (6)
180if (this.Exit != null) 182metadata.AddChild(this.Exit); 231Activity exitActivityMatch = metadata.GetMatch(this.Exit); 234(null != exitActivityMatch && !object.ReferenceEquals(exitActivityMatch, originalInternalState.Exit))) 780if (this.Exit != null) 782context.ScheduleActivity(this.Exit, this.onExitComplete);