In previous versions (Desktop Edition 3.x), you could disable mouse wheel zooming with the following code.
map.MapTools.MouseMapTool.Enabled = false;
However, the MouseMapTool property is no longer available. How do we accomplish this in the WPF control?