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