Why won't NavigationService.Navigate() shut up?
Just doing a little WPF work and have been using the NavigationService.Navigate() method to move between pages within my application.
Every time it's called, the "Start Navigation" noise (sound / wav) plays, which is really frustrating.
The only way I've found of preventing it so far is by changing the windows global setting for navigation, there must be a simpler way though?
