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