2 instantiations of MouseWheelEventArgs
PresentationCore (2)
System\Windows\Input\MouseDevice.cs (2)
1822
MouseWheelEventArgs wheel = new
MouseWheelEventArgs
(this, previewWheel.Timestamp, previewWheel.Delta);
1912
MouseWheelEventArgs previewWheel = new
MouseWheelEventArgs
(this, rawMouseInputReport.Timestamp, rawMouseInputReport.Wheel);
22 references to MouseWheelEventArgs
PresentationCore (14)
System\Windows\Generated\ContentElement.cs (2)
1100
protected internal virtual void OnPreviewMouseWheel(
MouseWheelEventArgs
e) {}
1119
protected internal virtual void OnMouseWheel(
MouseWheelEventArgs
e) {}
System\Windows\Generated\UIElement.cs (4)
1195
private static void OnPreviewMouseWheelThunk(object sender,
MouseWheelEventArgs
e)
1220
private static void OnMouseWheelThunk(object sender,
MouseWheelEventArgs
e)
3053
protected virtual void OnPreviewMouseWheel(
MouseWheelEventArgs
e) {}
3072
protected virtual void OnMouseWheel(
MouseWheelEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (2)
821
protected internal virtual void OnPreviewMouseWheel(
MouseWheelEventArgs
e) {}
840
protected internal virtual void OnMouseWheel(
MouseWheelEventArgs
e) {}
System\Windows\Input\Command\MouseGesture.cs (1)
183
if(inputArgs is
MouseWheelEventArgs
)
System\Windows\Input\MouseDevice.cs (4)
1821
MouseWheelEventArgs
previewWheel = (
MouseWheelEventArgs
) e.StagingItem.Input;
1822
MouseWheelEventArgs
wheel = new MouseWheelEventArgs(this, previewWheel.Timestamp, previewWheel.Delta);
1912
MouseWheelEventArgs
previewWheel = new MouseWheelEventArgs(this, rawMouseInputReport.Timestamp, rawMouseInputReport.Wheel);
System\Windows\Input\MouseWheelEventHandler.cs (1)
13
public delegate void MouseWheelEventHandler(object sender,
MouseWheelEventArgs
e);
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
1154
private static void OnMouseWheel(object sender,
MouseWheelEventArgs
e)
System\Windows\Controls\DocumentViewer.cs (1)
1274
protected override void OnPreviewMouseWheel(
MouseWheelEventArgs
e)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
700
protected override void OnMouseWheel(
MouseWheelEventArgs
e)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1047
protected override void OnMouseWheel(
MouseWheelEventArgs
e)
System\Windows\Controls\ScrollViewer.cs (1)
1110
protected override void OnMouseWheel(
MouseWheelEventArgs
e)
System\Windows\Controls\SinglePageViewer.cs (1)
420
protected override void OnMouseWheel(
MouseWheelEventArgs
e)
System\Windows\Documents\FixedPage.cs (1)
99
protected override void OnPreviewMouseWheel(
MouseWheelEventArgs
e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
969
protected override void OnPreviewMouseWheel(
MouseWheelEventArgs
e)