5 references to Clone
PresentationCore (3)
System\Windows\Ink\Stroke.cs (2)
116clone._stylusPoints = _stylusPoints.Clone(); 238return _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;