Base:
property
CurrentStylusDevice
System.Windows.Input.StylusLogic.CurrentStylusDevice
20 references to CurrentStylusDevice
PresentationCore (20)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (19)
414
if ((
CurrentStylusDevice
== null || !
CurrentStylusDevice
.InRange))
513
if (
CurrentStylusDevice
!= null)
526
else if (
CurrentStylusDevice
.DirectlyOver != null)
560
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
572
InputReportEventArgs args = new InputReportEventArgs(
CurrentStylusDevice
.StylusDevice, cancelCaptureInputReport)
593
if (
CurrentStylusDevice
!= null &&
CurrentStylusDevice
.InRange)
641
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
642
!
CurrentStylusDevice
.InAir)
708
bool stylusIsDown = (
CurrentStylusDevice
!= null) ? !
CurrentStylusDevice
.InAir : false;
730
if ((actions & RawMouseActions.Button1Press) != 0 &&
CurrentStylusDevice
!= null &&
731
CurrentStylusDevice
.InAir)
792
if (
CurrentStylusDevice
!= null)
810
if (
CurrentStylusDevice
!= null)
850
if (
CurrentStylusDevice
!= null)
2454
killCapture = !ValidateVisualForCapture(containingVisual,
CurrentStylusDevice
);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
645
if (_stylusLogic.
CurrentStylusDevice
== this || InRange)