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