4 references to Clone
PresentationCore (4)
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
765leftovers.Add(this.Clone()); //clip and erase always return clones 989stroke = this.Clone();
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
671strokes.Add(this.Clone()); //clip and erase always return clones for this condition
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
285clone.Add(s.Clone());