5 references to ButtonPressure
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
75
new StylusPointProperty( StylusPointPropertyIds.
ButtonPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
212
{ HidUsage.BarrelPressure,
ButtonPressure
},
271
guid ==
ButtonPressure
||
336
if (guid ==
ButtonPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
296
if (stylusPointProperty.Id == StylusPointPropertyIds.
ButtonPressure
)