12 references to RequiredPressureIndex
PresentationCore (12)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
496
infosToUse[StylusPointDescription.
RequiredPressureIndex
] =
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
432
originalPressureIndex != StylusPointDescription.
RequiredPressureIndex
/*2*/)
708
if (i == StylusPointDescription.
RequiredPressureIndex
/*2*/ &&
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (2)
23
private int _originalPressureIndex =
RequiredPressureIndex
;
53
infos[
RequiredPressureIndex
].Id != StylusPointPropertyIds.NormalPressure)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (4)
219
properties[StylusPointDescription.
RequiredPressureIndex
] = propInfo;
222
supportedProperties.Insert(StylusPointDescription.
RequiredPressureIndex
, prop);
252
PressureIndex = StylusPointDescription.
RequiredPressureIndex
;
261
Debug.Assert(properties[StylusPointDescription.
RequiredPressureIndex
/*1*/].Id == StylusPointPropertyIds.NormalPressure /*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
151
Debug.Assert(pressureIndex == -1 || pressureIndex == StylusPointDescription.
RequiredPressureIndex
/*2*/,
156
propertyInfos.Insert(StylusPointDescription.
RequiredPressureIndex
/*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
941
properties.Insert(StylusPointDescription.
RequiredPressureIndex
/*2*/, System.Windows.Input.StylusPointProperties.NormalPressure);