4 references to Clone
PresentationCore (4)
System\Windows\Ink\Stroke.cs (2)
748
leftovers.Add(this.
Clone
()); //clip and erase always return clones
968
stroke = this.
Clone
();
System\Windows\Ink\Stroke2.cs (1)
628
strokes.Add(this.
Clone
()); //clip and erase always return clones for this condition
System\Windows\Ink\StrokeCollection.cs (1)
273
clone.Add(s.
Clone
());