3 references to RightButton
PresentationCore (3)
Core\CSharp\System\Windows\Input\Mouse.cs (1)
541return Mouse.PrimaryDevice.RightButton;
Core\CSharp\System\Windows\Input\MouseButtonEventArgs.cs (1)
82state = this.MouseDevice.RightButton;
Core\CSharp\System\Windows\Input\MouseEventArgs.cs (1)
96return this.MouseDevice.RightButton;