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