6 references to StylusPoint
PresentationCore (6)
System\Windows\Ink\Stroke.cs (1)
376new StylusPoint(xVal, yVal, pressure, bezierStylusPoints.Description, additionalData, false, false);
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
30: this(x, y, DefaultPressure, null, null, false, false) 41: this(x, y, pressureFactor, null, null, false, true) 55: this(x, y, pressureFactor, stylusPointDescription, additionalValues, true, true)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (2)
181StylusPoint newPoint = new StylusPoint(p.X, p.Y, StylusPoint.DefaultPressure, _stylusPointDescription, data, false, false); 497new StylusPoint(xCoord, yCoord, pressure, subsetToReformatToWithCurrentMetrics, newData, false, false);