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