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