3 types derived from MouseEventArgs
PresentationCore (3)
System\Windows\Input\MouseButtonEventArgs.cs (1)
10public class MouseButtonEventArgs : MouseEventArgs
System\Windows\Input\MouseWheelEventArgs.cs (1)
10public class MouseWheelEventArgs : MouseEventArgs
System\Windows\Input\QueryCursorEventArgs.cs (1)
10public class QueryCursorEventArgs : MouseEventArgs
5 instantiations of MouseEventArgs
PresentationCore (5)
System\Windows\Input\MouseDevice.cs (4)
1126MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1134MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1857MouseEventArgs move = new MouseEventArgs(this, previewMove.Timestamp, GetStylusDevice(e.StagingItem)); 2014MouseEventArgs previewMove = new MouseEventArgs(this, rawMouseInputReport.Timestamp, GetStylusDevice(e.StagingItem));
System\Windows\MouseOverProperty.cs (1)
47MouseEventArgs mouseEventArgs = new MouseEventArgs(Mouse.PrimaryDevice, Environment.TickCount, Mouse.PrimaryDevice.StylusDevice);
121 references to MouseEventArgs
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
104private void SuggestionsPanelScrollViewer_MouseDoubleClick(object sender, MouseEventArgs e)
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (2)
150private void InheritanceMargin_OnMouseEnter(object sender, MouseEventArgs e) 155private void InheritanceMargin_OnMouseLeave(object sender, MouseEventArgs e)
PresentationCore (38)
System\Windows\Generated\ContentElement.cs (6)
1058protected internal virtual void OnPreviewMouseMove(MouseEventArgs e) {} 1077protected internal virtual void OnMouseMove(MouseEventArgs e) {} 1134protected internal virtual void OnMouseEnter(MouseEventArgs e) {} 1153protected internal virtual void OnMouseLeave(MouseEventArgs e) {} 1172protected internal virtual void OnGotMouseCapture(MouseEventArgs e) {} 1191protected internal virtual void OnLostMouseCapture(MouseEventArgs e) {}
System\Windows\Generated\UIElement.cs (12)
1141private static void OnPreviewMouseMoveThunk(object sender, MouseEventArgs e) 1166private static void OnMouseMoveThunk(object sender, MouseEventArgs e) 1246private static void OnMouseEnterThunk(object sender, MouseEventArgs e) 1271private static void OnMouseLeaveThunk(object sender, MouseEventArgs e) 1296private static void OnGotMouseCaptureThunk(object sender, MouseEventArgs e) 1321private static void OnLostMouseCaptureThunk(object sender, MouseEventArgs e) 3011protected virtual void OnPreviewMouseMove(MouseEventArgs e) {} 3030protected virtual void OnMouseMove(MouseEventArgs e) {} 3087protected virtual void OnMouseEnter(MouseEventArgs e) {} 3106protected virtual void OnMouseLeave(MouseEventArgs e) {} 3125protected virtual void OnGotMouseCapture(MouseEventArgs e) {} 3144protected virtual void OnLostMouseCapture(MouseEventArgs e) {}
System\Windows\Generated\UIElement3D.cs (6)
777protected internal virtual void OnPreviewMouseMove(MouseEventArgs e) {} 796protected internal virtual void OnMouseMove(MouseEventArgs e) {} 853protected internal virtual void OnMouseEnter(MouseEventArgs e) {} 872protected internal virtual void OnMouseLeave(MouseEventArgs e) {} 891protected internal virtual void OnGotMouseCapture(MouseEventArgs e) {} 910protected internal virtual void OnLostMouseCapture(MouseEventArgs e) {}
System\Windows\Input\Command\MouseGesture.cs (2)
177MouseEventArgs mouseArgs = inputArgs as MouseEventArgs;
System\Windows\Input\MouseDevice.cs (6)
1126MouseEventArgs lostCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1134MouseEventArgs gotCapture = new MouseEventArgs(this, timestamp, _stylusDevice); 1856MouseEventArgs previewMove = (MouseEventArgs) e.StagingItem.Input; 1857MouseEventArgs move = new MouseEventArgs(this, previewMove.Timestamp, GetStylusDevice(e.StagingItem)); 2014MouseEventArgs previewMove = new MouseEventArgs(this, rawMouseInputReport.Timestamp, GetStylusDevice(e.StagingItem));
System\Windows\Input\MouseEventHandler.cs (1)
10public delegate void MouseEventHandler(object sender, MouseEventArgs e);
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (2)
539MouseEventArgs mouseEventArgs = e.StagingItem.Input as MouseEventArgs;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1843MouseEventArgs mouseEventArgs = e.StagingItem.Input as MouseEventArgs;
System\Windows\MouseOverProperty.cs (1)
47MouseEventArgs mouseEventArgs = new MouseEventArgs(Mouse.PrimaryDevice, Environment.TickCount, Mouse.PrimaryDevice.StylusDevice);
PresentationFramework (61)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
923private static void OnMouseMove(object sender, MouseEventArgs args)
MS\Internal\Ink\EditingCoordinator.cs (6)
785MouseEventArgs mouseEventArgs = args as MouseEventArgs; 997_inkCanvas.AddHandler(Mouse.MouseMoveEvent, new MouseEventHandler(OnInkCanvasDeviceMove<MouseEventArgs>)); 998_inkCanvas.AddHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(OnInkCanvasLostDeviceCapture<MouseEventArgs>)); 1035_inkCanvas.RemoveHandler(Mouse.MouseMoveEvent, new MouseEventHandler(OnInkCanvasDeviceMove<MouseEventArgs>)); 1036_inkCanvas.RemoveHandler(UIElement.LostMouseCaptureEvent, new MouseEventHandler(OnInkCanvasLostDeviceCapture<MouseEventArgs>));
MS\Internal\Ink\SelectionEditingBehavior.cs (2)
124private void OnMouseMove(object sender, MouseEventArgs args) 169private void OnLostMouseCapture(object sender, MouseEventArgs args)
MS\Internal\Ink\SelectionEditor.cs (2)
177private void OnAdornerMouseMoveEvent(object sender, MouseEventArgs args) 188private void OnAdornerMouseLeaveEvent(object sender, MouseEventArgs args)
System\Windows\Controls\ComboBox.cs (2)
1669private static void OnLostMouseCapture(object sender, MouseEventArgs e) 1780private static void OnMouseMove(object sender, MouseEventArgs e)
System\Windows\Controls\ComboBoxItem.cs (1)
130protected override void OnMouseEnter(MouseEventArgs e)
System\Windows\Controls\DataGrid.cs (1)
6245protected override void OnMouseMove(MouseEventArgs e)
System\Windows\Controls\DatePicker.cs (1)
1047private void DropDownButton_MouseLeave(object sender, MouseEventArgs e)
System\Windows\Controls\GridViewColumnHeader.cs (4)
227protected override void OnMouseMove(MouseEventArgs e) 308protected override void OnMouseEnter(MouseEventArgs e) 320protected override void OnMouseLeave(MouseEventArgs e) 888private void OnGripperMouseEnterLeave(object sender, MouseEventArgs e)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
445protected override void OnMouseMove(MouseEventArgs e) 492protected override void OnLostMouseCapture(MouseEventArgs e)
System\Windows\Controls\ListBox.cs (1)
545protected override void OnMouseMove(MouseEventArgs e)
System\Windows\Controls\ListBoxItem.cs (2)
287protected override void OnMouseEnter(MouseEventArgs e) 312protected override void OnMouseLeave(MouseEventArgs e)
System\Windows\Controls\MenuItem.cs (3)
1622protected override void OnMouseLeave(MouseEventArgs e) 1653protected override void OnMouseMove(MouseEventArgs e) 1668protected override void OnMouseEnter(MouseEventArgs e)
System\Windows\Controls\PasswordBox.cs (1)
566protected override void OnMouseMove(MouseEventArgs e)
System\Windows\Controls\Primitives\ButtonBase.cs (4)
504protected override void OnMouseMove(MouseEventArgs e) 520protected override void OnLostMouseCapture(MouseEventArgs e) 541protected override void OnMouseEnter(MouseEventArgs e) 554protected override void OnMouseLeave(MouseEventArgs e)
System\Windows\Controls\Primitives\CalendarItem.cs (3)
275protected override void OnLostMouseCapture(MouseEventArgs e) 749private void Cell_MouseEnter(object sender, MouseEventArgs e) 892private void Month_MouseEnter(object sender, MouseEventArgs e)
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
974protected override void OnMouseMove(MouseEventArgs e) 1003protected override void OnLostMouseCapture(MouseEventArgs e)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
533internal void OnHeaderMouseMove(MouseEventArgs e) 597internal void OnHeaderLostMouseCapture(MouseEventArgs e)
System\Windows\Controls\Primitives\MenuBase.cs (2)
199protected override void OnMouseLeave(MouseEventArgs e) 526private static void OnLostMouseCapture(object sender, MouseEventArgs e)
System\Windows\Controls\Primitives\Popup.cs (1)
1199private static void OnLostMouseCapture(object sender, MouseEventArgs e)
System\Windows\Controls\Primitives\RepeatButton.cs (3)
241protected override void OnLostMouseCapture(MouseEventArgs e) 251protected override void OnMouseEnter(MouseEventArgs e) 264protected override void OnMouseLeave(MouseEventArgs e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1155protected override void OnMouseMove(MouseEventArgs e)
System\Windows\Controls\Primitives\Thumb.cs (2)
268private static void OnLostMouseCapture(object sender, MouseEventArgs e) 282protected override void OnMouseMove(MouseEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
568protected override void OnLostMouseCapture(MouseEventArgs e)
System\Windows\Documents\Hyperlink.cs (2)
1050private static void OnMouseEnter(object sender, MouseEventArgs e) 1058private static void OnMouseLeave(object sender, MouseEventArgs e)
System\Windows\Documents\ImmComposition.cs (1)
1614private void OnMouseEvent(object sender, MouseEventArgs e)
System\Windows\Documents\RubberbandSelector.cs (1)
534private void OnMouseMove(object sender, MouseEventArgs e)
System\windows\Documents\TextEditor.cs (1)
691internal void OnMouseMove(MouseEventArgs e)
System\windows\Documents\TextEditorMouse.cs (3)
269internal static void OnMouseMove(object sender, MouseEventArgs e) 430private static void OnMouseMoveWithoutFocus(TextEditor This, MouseEventArgs e) 437private static void OnMouseMoveWithFocus(TextEditor This, MouseEventArgs e)
System\windows\Documents\TextEditorTyping.cs (2)
1854private static void OnMouseMove(object sender, MouseEventArgs e) 1864private static void OnMouseLeave(object sender, MouseEventArgs e)
System\Windows\Documents\TextStore.cs (1)
2965private void OnMouseEvent(object sender, MouseEventArgs e)
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1775private static void OnLostMouseCaptureThunk(object sender, MouseEventArgs e) 1781private void OnLostMouseCaptureThunk(MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (4)
2620protected override void OnMouseEnter(MouseEventArgs e) 2632protected override void OnMouseLeave(MouseEventArgs e) 2642private static void OnMouseMove(object sender, MouseEventArgs e) 2648internal bool DidMouseMove(MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (2)
344protected override void OnMouseLeave(MouseEventArgs e) 369protected override void OnMouseMove(MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (4)
175protected override void OnMouseEnter(MouseEventArgs e) 187protected override void OnMouseLeave(MouseEventArgs e) 1396private static void OnLostMouseCaptureThunk(object sender, MouseEventArgs e) 1402private void OnLostMouseCaptureThunk(MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1015MouseEventArgs e,
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1406private static void OnLostMouseCaptureThunk(object sender, MouseEventArgs e) 1412private void OnLostMouseCaptureThunk(MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
691protected override void OnMouseEnter(System.Windows.Input.MouseEventArgs e) 708protected override void OnMouseLeave(System.Windows.Input.MouseEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
370private static void OnLostMouseCaptureThunk(object sender, MouseEventArgs e) 376private void OnLostMouseCaptureThunk(MouseEventArgs e)