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