1 instantiation of FakeRoot
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StartSymbol.xaml.cs (1)
31FakeRoot fakeRoot = new FakeRoot { StartNode = new StartNode() };
3 references to FakeRoot
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StartSymbol.xaml.cs (3)
31FakeRoot fakeRoot = new FakeRoot { StartNode = new StartNode() }; 33start.ModelItem = new FakeModelItemImpl(manager, typeof(FakeRoot), fakeRoot, null).Properties["StartNode"].Value; 59Fx.Assert(selection.PrimarySelection.Parent.ItemType == typeof(FakeRoot), "StartNode should have a fakeroot.");