In my C# WPF application, I have 3 buttons, each is assigned image brush backgrounds just after the InitializeComponent() function in the MainWindow Constructor. when I hover my mouse over each of the buttons, they turn to a solid blue colour. I figured I needed to add MouseEnter methods to each button, along with MouseLeave ones. changing the button to a darker version when hovered.
But the image still turns blue when hovered... See MP4 for explanation
https://i.gyazo.com/06d936daaf5153c369b2b9af2faa1a9f.mp4
Thank You
J