I'm having this Silverlight project which I'm working on. I'm currently trying to add Multi-Touch functionality to it, and I'm having difficulties. It seems like the system doesn't recognizes the touch point immediately when I'm touching down on a point, but only when I'm releasing it. This affects the map control I have - its not supporting pan, and the zoom doesn't work properly. I suspect that this might be because of a Context Menu on Right Click that I use (to be specific, it's Telerik's RadContextMenu). Can anybody tell me what is wrong or what is interfering the Multi-Touch behavior?