Base:
property
CurrentStylusDevice
System.Windows.Input.StylusLogic.CurrentStylusDevice
7 references to CurrentStylusDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (6)
231&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToOther ?? false) 232&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false)) 259if (CurrentStylusDevice?.InRange ?? false) 271if (CurrentStylusDevice?.InRange ?? false) 283InputReportEventArgs args = new InputReportEventArgs(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport); 817killCapture = !ValidateVisualForCapture(containingVisual, CurrentStylusDevice);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1070if (_pointerLogic.CurrentStylusDevice == this || InRange)