5 references to Clone
PresentationCore (3)
System\Windows\Ink\Stroke.cs (2)
101clone._stylusPoints = _stylusPoints.Clone(); 223return _stylusPoints.Clone();
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
111_stylusPoints = stylusPoints.Clone();
PresentationFramework (2)
MS\Internal\Ink\EraserBehavior.cs (1)
111_stylusPoints.Clone() : null;
MS\Internal\Ink\InkCollectionBehavior.cs (1)
131_stylusPoints.Clone() : null;