Update 481090-WPF Touch generates NullReferenceException in ProcessInputReport.md

pull/531/head
Vivek Mishra 2017-10-18 13:52:07 -07:00 committed by GitHub
parent e78dce0fdd
commit 8ffa57aa24
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
## WPF Touch generates a NullReferenceException in WispLogic.ProcessInputReport # WPF Touch generates a NullReferenceException in WispLogic.ProcessInputReport
### Symptoms ## Symptoms
WPF throws a NullReferenceException in WispLogic.ProcessInputReport and the application may crash. WPF throws a NullReferenceException in WispLogic.ProcessInputReport and the application may crash.
### Cause ## Cause
In WPF applications running on touch or stylus enabled machines, specific hardware and timing issues can cause touch messages to arrive without associated StylusDevices. When this occurs WPF tries to access this null StylusDevice, causing the error. In WPF applications running on touch or stylus enabled machines, specific hardware and timing issues can cause touch messages to arrive without associated StylusDevices. When this occurs WPF tries to access this null StylusDevice, causing the error.
### Resolution ## Resolution
This issue is fixed for all supported OS platforms prior to Windows 10 Fall Creators Update. The fix for Windows 10 Fall Creators Update is expected in a future servicing update. This issue is fixed for all supported OS platforms prior to Windows 10 Fall Creators Update. The fix for Windows 10 Fall Creators Update is expected in a future servicing update.