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