3 references to DefaultPressure
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
29: this(x, y, DefaultPressure, null, null, false, false) 660return (_pressureFactor == DefaultPressure);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
180StylusPoint newPoint = new StylusPoint(p.X, p.Y, StylusPoint.DefaultPressure, _stylusPointDescription, data, false, false);