5 references to ButtonPressure
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
84
new StylusPointProperty( StylusPointPropertyIds.
ButtonPressure
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
220
{ HidUsage.BarrelPressure,
ButtonPressure
},
279
guid ==
ButtonPressure
||
344
if (guid ==
ButtonPressure
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
304
if (stylusPointProperty.Id == StylusPointPropertyIds.
ButtonPressure
)