System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
29: this(x, y, DefaultPressure, null, null, false, false)
40: this(x, y, pressureFactor, null, null, false, true)
54: this(x, y, pressureFactor, stylusPointDescription, additionalValues, true, true)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
180StylusPoint newPoint = new StylusPoint(p.X, p.Y, StylusPoint.DefaultPressure, _stylusPointDescription, data, false, false);
496new StylusPoint(xCoord, yCoord, pressure, subsetToReformatToWithCurrentMetrics, newData, false, false);