7 references to BarrelButton
PresentationCore (7)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
136new StylusPointProperty(StylusPointPropertyIds.BarrelButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (4)
221{ HidUsage.BarrelSwitch, BarrelButton }, 282guid == BarrelButton || 381if (guid == BarrelButton) 400guid == BarrelButton ||
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
337if (stylusPointProperty.Id == StylusPointPropertyIds.BarrelButton)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1273(stylusDevice.StylusButtons.GetStylusButtonByGuid(StylusPointPropertyIds.BarrelButton)?.StylusButtonState ?? StylusButtonState.Up) == StylusButtonState.Down;