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