12 references to RequiredPressureIndex
PresentationCore (12)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
518infosToUse[StylusPointDescription.RequiredPressureIndex] =
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
440originalPressureIndex != StylusPointDescription.RequiredPressureIndex/*2*/) 716if (i == StylusPointDescription.RequiredPressureIndex/*2*/ &&
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (2)
34private int _originalPressureIndex = RequiredPressureIndex; 64infos[RequiredPressureIndex].Id != StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
224properties[StylusPointDescription.RequiredPressureIndex] = propInfo; 227supportedProperties.Insert(StylusPointDescription.RequiredPressureIndex, prop); 257PressureIndex = StylusPointDescription.RequiredPressureIndex; 266Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
171Debug.Assert(pressureIndex == -1 || pressureIndex == StylusPointDescription.RequiredPressureIndex /*2*/, 176propertyInfos.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
951properties.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);