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