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