20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
480StylusPointPropertyIds.NormalPressure}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1629if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
279else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure) 354else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
586this.Description.GetPropertyInfo(StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
53infos[RequiredPressureIndex].Id != StylusPointPropertyIds.NormalPressure) 64seenIds.Add(StylusPointPropertyIds.NormalPressure); 300stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 305stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 341stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 346stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
63new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
211{ HidUsage.TipPressure, NormalPressure }, 269guid == NormalPressure || 328if (guid == NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
288if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
216if (propInfo.Id == StylusPointPropertyIds.NormalPressure) 261Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
118if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
913if ( pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure )