20 references to NormalPressure
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
481
StylusPointPropertyIds.
NormalPressure
}; //required index for SPD
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1630
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
280
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
355
else if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
587
this.Description.GetPropertyInfo(StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
54
infos[RequiredPressureIndex].Id != StylusPointPropertyIds.
NormalPressure
)
65
seenIds.Add(StylusPointPropertyIds.
NormalPressure
);
301
stylusPointDescription1._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
306
stylusPointDescription2._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
342
stylusPointDescription._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
347
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[2].Id == StylusPointPropertyIds.
NormalPressure
);
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
64
new StylusPointProperty( StylusPointPropertyIds.
NormalPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
212
{ HidUsage.TipPressure,
NormalPressure
},
270
guid ==
NormalPressure
||
329
if (guid ==
NormalPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
289
if (stylusPointProperty.Id == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
217
if (propInfo.Id == StylusPointPropertyIds.
NormalPressure
)
262
Debug.Assert(properties[StylusPointDescription.RequiredPressureIndex /*1*/].Id == StylusPointPropertyIds.
NormalPressure
/*2*/,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
119
if (pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
914
if ( pressureIndex == -1 && guid == StylusPointPropertyIds.
NormalPressure
)