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