Nested styles in WPF - Lorenz Cuno Klopfenstein - Klopfenstein.net
I have started to work on WPF GUI programming again, and finally found out how to use styles in an application (pretty basic, I know, but I'm slowly getting to know the framework on my own :) ... The effect of the XAML code above is that if you define a Window's style as "GlossyWindow", automatically all buttons and menus contained in that same window will have the nested styles applied (in addition to other styles you might have explicitly set on each button or on ...