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