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