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