Adding a picture to a button in a style for a window
So I have a style resource dictionary that cam from a different project. There they made a style for a window with custom buttons and title bar. For the buttons they used images that were saved in the project in a folder. When I try to add this resource dictionary to my own project and added it to app.xaml everything works except the pictures in the buttons.
Could someone please tell me why this doesnt work for me? ( I am still a beginner at this so it might something simple I just don't know)
the
(I removed a lot of the code but I left the top part so you can get an idea of what the structure is. You can find the full code in the pastbind below)