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