2 writes to IsFinal
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
347
state = new State() { DisplayName = DefaultFinalStateDisplayName,
IsFinal
= true };
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1944
IsFinal
= true
4 references to IsFinal
System.Activities (3)
System\Activities\Statements\InternalState.cs (1)
114
return this.state.
IsFinal
;
System\Activities\Statements\StateMachine.cs (2)
302
if (state.
IsFinal
)
486
if (this.InitialState.
IsFinal
)
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (1)
207
if (sourceState.
IsFinal
)