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