7 references to BarrelButton
PresentationCore (7)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
144new StylusPointProperty(StylusPointPropertyIds.BarrelButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (4)
228{ HidUsage.BarrelSwitch, BarrelButton }, 289guid == BarrelButton || 388if (guid == BarrelButton) 407guid == BarrelButton ||
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
344if (stylusPointProperty.Id == StylusPointPropertyIds.BarrelButton)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1290(stylusDevice.StylusButtons.GetStylusButtonByGuid(StylusPointPropertyIds.BarrelButton)?.StylusButtonState ?? StylusButtonState.Up) == StylusButtonState.Down;