20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
480
StylusPointPropertyIds.
NormalPressure
}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1629
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
279
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
354
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
586
this.Description.GetPropertyInfo(StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
53
infos[RequiredPressureIndex].Id != StylusPointPropertyIds.
NormalPressure
)
64
seenIds.Add(StylusPointPropertyIds.
NormalPressure
);
300
stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
305
stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
341
stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
346
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
63
new StylusPointProperty( StylusPointPropertyIds.
NormalPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
211
{ HidUsage.TipPressure,
NormalPressure
},
269
guid ==
NormalPressure
||
328
if (guid ==
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
288
if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
216
if (propInfo.Id == StylusPointPropertyIds.
NormalPressure
)
261
Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.
NormalPressure
/*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
118
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
913
if ( pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)