12 references to RequiredPressureIndex
PresentationCore (12)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
497infosToUse[StylusPointDescription.RequiredPressureIndex] =
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
433originalPressureIndex != StylusPointDescription.RequiredPressureIndex/*2*/) 709if (i == StylusPointDescription.RequiredPressureIndex/*2*/ &&
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (2)
24private int _originalPressureIndex = RequiredPressureIndex; 54infos[RequiredPressureIndex].Id != StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
220properties[StylusPointDescription.RequiredPressureIndex] = propInfo; 223supportedProperties.Insert(StylusPointDescription.RequiredPressureIndex, prop); 253PressureIndex = StylusPointDescription.RequiredPressureIndex; 262Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
152Debug.Assert(pressureIndex == -1 || pressureIndex == StylusPointDescription.RequiredPressureIndex /*2*/, 157propertyInfos.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
942properties.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);