Base:
property
CurrentStylusDevice
System.Windows.Input.StylusLogic.CurrentStylusDevice
20 references to CurrentStylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (19)
412
if ((
CurrentStylusDevice
== null || !
CurrentStylusDevice
.InRange))
509
if (
CurrentStylusDevice
!= null)
522
else if (
CurrentStylusDevice
.DirectlyOver != null)
556
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
568
InputReportEventArgs args = new InputReportEventArgs(
CurrentStylusDevice
.StylusDevice, cancelCaptureInputReport);
587
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
633
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
634
!
CurrentStylusDevice
.InAir)
700
bool stylusIsDown = (
CurrentStylusDevice
!= null) ? !
CurrentStylusDevice
.InAir : false;
722
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
723
CurrentStylusDevice
.InAir)
784
if (
CurrentStylusDevice
!= null)
802
if (
CurrentStylusDevice
!= null)
842
if (
CurrentStylusDevice
!= null)
2442
killCapture = !ValidateVisualForCapture(containingVisual,
CurrentStylusDevice
);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
643
if (_stylusLogic.
CurrentStylusDevice
== this || InRange)