3 instantiations of StylusButtonEventArgs
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
1060
eventArgsMain = new
StylusButtonEventArgs
(stylusDevice, eventArgsPreview.Timestamp, buttonEventArgsPreview.StylusButton);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
1427
eventArgsMain = new
StylusButtonEventArgs
(stylusDevice, eventArgsPreview.Timestamp, buttonEventArgsPreview.StylusButton);
2902
StylusButtonEventArgs args = new
StylusButtonEventArgs
(stylusDevice, report.Timestamp, button);
22 references to StylusButtonEventArgs
PresentationCore (22)
System\Windows\Generated\ContentElement.cs (4)
1575
protected internal virtual void OnStylusButtonDown(
StylusButtonEventArgs
e) {}
1594
protected internal virtual void OnStylusButtonUp(
StylusButtonEventArgs
e) {}
1613
protected internal virtual void OnPreviewStylusButtonDown(
StylusButtonEventArgs
e) {}
1632
protected internal virtual void OnPreviewStylusButtonUp(
StylusButtonEventArgs
e) {}
System\Windows\Generated\UIElement.cs (8)
1825
private static void OnStylusButtonDownThunk(object sender,
StylusButtonEventArgs
e)
1850
private static void OnStylusButtonUpThunk(object sender,
StylusButtonEventArgs
e)
1875
private static void OnPreviewStylusButtonDownThunk(object sender,
StylusButtonEventArgs
e)
1900
private static void OnPreviewStylusButtonUpThunk(object sender,
StylusButtonEventArgs
e)
3528
protected virtual void OnStylusButtonDown(
StylusButtonEventArgs
e) {}
3547
protected virtual void OnStylusButtonUp(
StylusButtonEventArgs
e) {}
3566
protected virtual void OnPreviewStylusButtonDown(
StylusButtonEventArgs
e) {}
3585
protected virtual void OnPreviewStylusButtonUp(
StylusButtonEventArgs
e) {}
System\Windows\Generated\UIElement3D.cs (4)
1296
protected internal virtual void OnStylusButtonDown(
StylusButtonEventArgs
e) {}
1315
protected internal virtual void OnStylusButtonUp(
StylusButtonEventArgs
e) {}
1334
protected internal virtual void OnPreviewStylusButtonDown(
StylusButtonEventArgs
e) {}
1353
protected internal virtual void OnPreviewStylusButtonUp(
StylusButtonEventArgs
e) {}
System\Windows\Input\Stylus\Common\StylusButtonEventHandler.cs (1)
11
public delegate void StylusButtonEventHandler(object sender,
StylusButtonEventArgs
e);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
1059
StylusButtonEventArgs
buttonEventArgsPreview = (
StylusButtonEventArgs
)eventArgsPreview;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (3)
1426
StylusButtonEventArgs
buttonEventArgsPreview = (
StylusButtonEventArgs
)eventArgsPreview;
2902
StylusButtonEventArgs
args = new StylusButtonEventArgs(stylusDevice, report.Timestamp, button);