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