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