4 references to TangentPressure
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
69
new StylusPointProperty( StylusPointPropertyIds.
TangentPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (2)
270
guid ==
TangentPressure
||
332
if (guid ==
TangentPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
292
if (stylusPointProperty.Id == StylusPointPropertyIds.
TangentPressure
)