7 references to MouseEventArgs
PresentationCore (7)
System\Windows\Input\MouseButtonEventArgs.cs (1)
51
StylusDevice stylusDevice) :
base
(mouse, timestamp, stylusDevice)
System\Windows\Input\MouseDevice.cs (4)
1124
MouseEventArgs lostCapture = new
MouseEventArgs
(this, timestamp, _stylusDevice)
1134
MouseEventArgs gotCapture = new
MouseEventArgs
(this, timestamp, _stylusDevice)
1874
MouseEventArgs move = new
MouseEventArgs
(this, previewMove.Timestamp, GetStylusDevice(e.StagingItem))
2044
MouseEventArgs previewMove = new
MouseEventArgs
(this, rawMouseInputReport.Timestamp, GetStylusDevice(e.StagingItem))
System\Windows\Input\QueryCursorEventArgs.cs (1)
36
public QueryCursorEventArgs(MouseDevice mouse, int timestamp, StylusDevice stylusDevice) :
base
(mouse, timestamp, stylusDevice)
System\Windows\MouseOverProperty.cs (1)
46
MouseEventArgs mouseEventArgs = new
MouseEventArgs
(Mouse.PrimaryDevice, Environment.TickCount, Mouse.PrimaryDevice.StylusDevice)