4 references to MakeRootDesigner
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
1010this.DesignerView.MakeRootDesigner(item, false, false);
cdf\src\NetFx40\Tools\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);