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