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