1 instantiation of StartNode
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StartSymbol.xaml.cs (1)
31FakeRoot fakeRoot = new FakeRoot { StartNode = new StartNode() };
9 references to StartNode
System.Activities.Core.Presentation (9)
System\Activities\Core\Presentation\FakeRoot.cs (1)
9public StartNode StartNode { get; set; }
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (5)
274CutCopyPasteHelper.AddDisallowedTypeForCopy(typeof(StartNode)); 1831Fx.Assert(modelItem.ItemType.Equals(typeof(StartNode)), 1931return DragDropHelper.AllowDrop(e.Data, this.Context, typeof(Activity), typeof(FlowNode), typeof(StartNode)); 2312else if (sourceModelItem.ItemType == typeof(StartNode)) 2368else if (sourceModelItem.ItemType == typeof(StartNode))
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (3)
2069if (modelItem.ItemType == typeof(StartNode) && modelItem == this.initialModelItem) 2086else if (this.ModelItem.ItemType == typeof(StateMachine) && DragDropHelper.AllowDrop(e.Data, this.Context, typeof(State), typeof(FinalState), typeof(StartNode))) 2396else if (sourceModelItem.ItemType == typeof(StartNode))