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