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