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