10 references to NormalPressure
PresentationCore (10)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
466stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure)}); 497stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
282this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 357this.Description.GetPropertyInfo(StylusPointProperties.NormalPressure); 640data[2] = GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
185newPoint.SetPropertyValue(StylusPointProperties.NormalPressure, pressure); 526output[x + 2] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure); 595output[2][b] = stylusPoint.GetPropertyValue(StylusPointProperties.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
93new StylusPointPropertyInfo(StylusPointProperties.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
941properties.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);