5 references to ButtonPressure
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
76
new StylusPointProperty( StylusPointPropertyIds.
ButtonPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
213
{ HidUsage.BarrelPressure,
ButtonPressure
},
272
guid ==
ButtonPressure
||
337
if (guid ==
ButtonPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
297
if (stylusPointProperty.Id == StylusPointPropertyIds.
ButtonPressure
)