Base:
property
CurrentStylusDevice
System.Windows.Input.StylusLogic.CurrentStylusDevice
20 references to CurrentStylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (19)
421
if ((
CurrentStylusDevice
== null || !
CurrentStylusDevice
.InRange))
518
if (
CurrentStylusDevice
!= null)
531
else if (
CurrentStylusDevice
.DirectlyOver != null)
565
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
577
InputReportEventArgs args = new InputReportEventArgs(
CurrentStylusDevice
.StylusDevice, cancelCaptureInputReport);
596
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
642
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
643
!
CurrentStylusDevice
.InAir)
709
bool stylusIsDown = (
CurrentStylusDevice
!= null) ? !
CurrentStylusDevice
.InAir : false;
731
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
732
CurrentStylusDevice
.InAir)
793
if (
CurrentStylusDevice
!= null)
811
if (
CurrentStylusDevice
!= null)
851
if (
CurrentStylusDevice
!= null)
2451
killCapture = !ValidateVisualForCapture(containingVisual,
CurrentStylusDevice
);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
646
if (_stylusLogic.
CurrentStylusDevice
== this || InRange)