4 references to MakeRootDesigner
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\GenericArgumentsUpdater.cs (1)
66designerView.MakeRootDesigner(newModelItem, true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (3)
810this.DesignerView.MakeRootDesigner(this.itemsToExpand[this.itemsToExpand.Length - 1], false); 870this.DesignerView.MakeRootDesigner(currentItem, false); 880this.DesignerView.MakeRootDesigner(this.itemToFocus, false);