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