10 references to NormalPressure
PresentationCore (10)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
488stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure)}); 519stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
293this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 368this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 651data[2] = GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
194newPoint.SetPropertyValue(StylusPointProperties.NormalPressure, pressure); 535output[x + 2] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure); 604output[2][b] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
101new StylusPointPropertyInfo(StylusPointProperties.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
951properties.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);