20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
502StylusPointPropertyIds.NormalPressure}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1645if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
290else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure) 365else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
595this.Description.GetPropertyInfo(StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
64infos[RequiredPressureIndex].Id != StylusPointPropertyIds.NormalPressure) 75seenIds.Add(StylusPointPropertyIds.NormalPressure); 311stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 316stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 353stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 358stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
72new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
219{ HidUsage.TipPressure, NormalPressure }, 277guid == NormalPressure || 336if (guid == NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
296if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
221if (propInfo.Id == StylusPointPropertyIds.NormalPressure) 266Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
132if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
923if ( pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure )