2 writes to DownHandled
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (2)
170DownHandled = false; 187DownHandled = ReportDown();
2 references to DownHandled
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
188return DownHandled;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1772if (gestureArgs != null && touchDevice.DownHandled)