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