Base:
property
CurrentStylusDevice
System.Windows.Input.StylusLogic.CurrentStylusDevice
7 references to CurrentStylusDevice
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (6)
214&& !(CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToOther ?? false) 215&& (CurrentStylusDevice?.As<PointerStylusDevice>()?.TouchDevice?.PromotingToManipulation ?? false)) 242if (CurrentStylusDevice?.InRange ?? false) 254if (CurrentStylusDevice?.InRange ?? false) 266InputReportEventArgs args = new InputReportEventArgs(CurrentStylusDevice.StylusDevice, cancelCaptureInputReport) 802killCapture = !ValidateVisualForCapture(containingVisual, CurrentStylusDevice);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1068if (_pointerLogic.CurrentStylusDevice == this || InRange)