4 references to MakeRootDesigner
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
1010this.DesignerView.MakeRootDesigner(item, false, false);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
426MakeRootDesigner(modelItem, /* setAsSelection = */ true, checkIfCanBeMadeRoot); 431MakeRootDesigner(modelItem, setAsSelection, true); 436MakeRootDesigner(modelItem, /* setAsSelection = */ true, false);