5 references to Clone
PresentationCore (3)
System\Windows\Ink\Stroke.cs (2)
116
clone._stylusPoints = _stylusPoints.
Clone
();
238
return _stylusPoints.
Clone
();
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
118
_stylusPoints = stylusPoints.
Clone
();
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (1)
123
_stylusPoints.
Clone
() : null;
MS\Internal\Ink\InkCollectionBehavior.cs (1)
140
_stylusPoints.
Clone
() : null;