6 references to FinalState
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\StateContainerEditor.CompositeView.cs (2)
180
return (typeof(State) == type || typeof(
FinalState
) == type);
345
if (obj is
FinalState
)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
1939
else if (droppedObject.GetType() == typeof(
FinalState
))
2086
else if (this.ModelItem.ItemType == typeof(StateMachine) && DragDropHelper.AllowDrop(e.Data, this.Context, typeof(State), typeof(
FinalState
), typeof(StartNode)))
2418
if (types.Count != 1 || (types[0] != typeof(State) && types[0] != typeof(
FinalState
)))
2438
|| types[0] == typeof(
FinalState
))