I tried to use Inkcanvas.copy()
and Inkcanvas.Paste()
but it failed so I save the elements in list and then tried to add them again as a child in the inkcanvas
but I got exception error
Specified Visual is already a child of another Visual or the root of a CompositionTarget.
so what should I do ?