2 references to TouchPoint
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
48
return new
TouchPoint
(this, position, rectBounds, _lastAction);
111
TouchPoint touchPoint = new
TouchPoint
(this, position, rectBounds, _lastAction);