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