20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
502
StylusPointPropertyIds.
NormalPressure
}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1645
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
290
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
365
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
595
this.Description.GetPropertyInfo(StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
64
infos[RequiredPressureIndex].Id != StylusPointPropertyIds.
NormalPressure
)
75
seenIds.Add(StylusPointPropertyIds.
NormalPressure
);
311
stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
316
stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
353
stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
358
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
72
new StylusPointProperty( StylusPointPropertyIds.
NormalPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
219
{ HidUsage.TipPressure,
NormalPressure
},
277
guid ==
NormalPressure
||
336
if (guid ==
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
296
if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
221
if (propInfo.Id == StylusPointPropertyIds.
NormalPressure
)
266
Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.
NormalPressure
/*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
132
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
923
if ( pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)