20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
481StylusPointPropertyIds.NormalPressure}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1630if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
280else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure) 355else if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
587this.Description.GetPropertyInfo(StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
54infos[RequiredPressureIndex].Id != StylusPointPropertyIds.NormalPressure) 65seenIds.Add(StylusPointPropertyIds.NormalPressure); 301stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 306stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 342stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure); 347stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
64new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
212{ HidUsage.TipPressure, NormalPressure }, 270guid == NormalPressure || 329if (guid == NormalPressure)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
289if (stylusPointProperty.Id == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
217if (propInfo.Id == StylusPointPropertyIds.NormalPressure) 262Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
119if (pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
914if ( pressureIndex == -1 && guid == StylusPointPropertyIds.NormalPressure )