2 instantiations of MouseWheelEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
1929MouseWheelEventArgs wheel = new MouseWheelEventArgs(this, previewWheel.Timestamp, previewWheel.Delta); 2020MouseWheelEventArgs previewWheel = new MouseWheelEventArgs(this, rawMouseInputReport.Timestamp, rawMouseInputReport.Wheel);
22 references to MouseWheelEventArgs
PresentationCore (14)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
1160protected internal virtual void OnPreviewMouseWheel(MouseWheelEventArgs e) {} 1179protected internal virtual void OnMouseWheel(MouseWheelEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
1320private static void OnPreviewMouseWheelThunk(object sender, MouseWheelEventArgs e) 1349private static void OnMouseWheelThunk(object sender, MouseWheelEventArgs e) 3438protected virtual void OnPreviewMouseWheel(MouseWheelEventArgs e) {} 3457protected virtual void OnMouseWheel(MouseWheelEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement3D.cs (2)
866protected internal virtual void OnPreviewMouseWheel(MouseWheelEventArgs e) {} 885protected internal virtual void OnMouseWheel(MouseWheelEventArgs e) {}
Core\CSharp\System\Windows\Input\Command\MouseGesture.cs (1)
186if(inputArgs is MouseWheelEventArgs)
Core\CSharp\System\Windows\Input\MouseDevice.cs (4)
1928MouseWheelEventArgs previewWheel = (MouseWheelEventArgs) e.StagingItem.Input; 1929MouseWheelEventArgs wheel = new MouseWheelEventArgs(this, previewWheel.Timestamp, previewWheel.Delta); 2020MouseWheelEventArgs previewWheel = new MouseWheelEventArgs(this, rawMouseInputReport.Timestamp, rawMouseInputReport.Wheel);
Core\CSharp\System\Windows\Input\MouseWheelEventHandler.cs (1)
8public delegate void MouseWheelEventHandler(object sender, MouseWheelEventArgs e);
PresentationFramework (7)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1156private static void OnMouseWheel(object sender, MouseWheelEventArgs e)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1294protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
706protected override void OnMouseWheel(MouseWheelEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1070protected override void OnMouseWheel(MouseWheelEventArgs e)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1137protected override void OnMouseWheel(MouseWheelEventArgs e)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
427protected override void OnMouseWheel(MouseWheelEventArgs e)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
103protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
725protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)