I want to use Mahapps style on WPF.MDI.
I managed to add the style to UserControl, with resource merging, but child is unchanged.
Need to create new them for WPF.MDI, that targets mahapps style?
Any direction helps.
I figure it out, on my own.
Short explanation here:
Created a copy of Aero.xaml, modified it and referenced Mahapps.
Source on GitHub.
I reconfigured to use resource dictionary and fixed window control highlight (close, minimize, maximize).