Uw opmerkingen

I had the same problem and figured out that the Controller property of the wpf PlateView control is always null. That causes the exception.
To solve this problem I created a new PlottController in the viewmodel and bind it to the PlateView.Controller property.
I think TouchscreenEvents should check if the Controller is null, as it checked in the ActualController property.