7 references to MouseEventArgs
PresentationCore (7)
Core\CSharp\System\Windows\Input\MouseButtonEventArgs.cs (1)
50StylusDevice stylusDevice) : base(mouse, timestamp, stylusDevice)
Core\CSharp\System\Windows\Input\MouseDevice.cs (4)
1239MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1247MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1973MouseEventArgs move = new MouseEventArgs(this, previewMove.Timestamp, GetStylusDevice(e.StagingItem)); 2130MouseEventArgs previewMove = new MouseEventArgs(this, rawMouseInputReport.Timestamp, GetStylusDevice(e.StagingItem));
Core\CSharp\System\Windows\Input\QueryCursorEventArgs.cs (1)
35public QueryCursorEventArgs(MouseDevice mouse, int timestamp, StylusDevice stylusDevice) : base(mouse, timestamp, stylusDevice)
Core\CSharp\System\Windows\MouseOverProperty.cs (1)
45MouseEventArgs mouseEventArgs = new MouseEventArgs(Mouse.PrimaryDevice, Environment.TickCount, Mouse.PrimaryDevice.StylusDevice);