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