2 writes to DownHandled
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
172DownHandled = false; 189DownHandled = ReportDown();
2 references to DownHandled
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
190return DownHandled;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1781if (gestureArgs != null && touchDevice.DownHandled)