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