10 references to NormalPressure
PresentationCore (10)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
467stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure)}); 498stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
283this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 358this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 641data[2] = GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
186newPoint.SetPropertyValue(StylusPointProperties.NormalPressure, pressure); 527output[x + 2] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure); 596output[2][b] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
94new StylusPointPropertyInfo(StylusPointProperties.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
942properties.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);