6 references to StylusPoint
PresentationCore (6)
System\Windows\Ink\Stroke.cs (1)
391new StylusPoint(xVal, yVal, pressure, bezierStylusPoints.Description, additionalData, false, false);
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);