How do you get rid of the default WPF style for a given control? For instance:
If I add a trigger that changes the background color of a button on mouse over, it does so, but then immediately fades into the default blue tint. Is there a correct way to get rid of these so they don't get in the way of custom styles?