4 references to Clone
PresentationCore (4)
System\Windows\Input\Stylus\Common\RawStylusInput.cs (1)
86
return _stylusPoints.
Clone
(transform, _stylusPoints.Description);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
460
return this.
Clone
(transform, subsetToReformatToWithCurrentMetrics);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
678
return _currentStylusPoints.
Clone
(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1116
return _eventStylusPoints.
Clone
(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description);