2 references to CreateClone
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
2660
e.CloneInstance = (UIElement)RibbonHelper.
CreateClone
(e.InstanceToBeCloned, allowTransformations);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1867
return
CreateClone
(original, allowTransformations);