--- name: managing-styles-resourcedictionary description: "Manages WPF Style definitions and ResourceDictionary patterns including BasedOn inheritance and resource merging. Use when building theme systems, organizing resources, or choosing between StaticResource and DynamicResource." --- # WPF Style & ResourceDictionary Patterns Effectively managing Style and ResourceDictionary for consistent UI and maintainability. ## 1. Style Basic Structure ### 1.1 Explicit Style (With Key) ```xml