Having the following WPF code snippets: < Application x : Class = "Quiz1.App" xmlns = http://schemas.microsoft.com/winfx/2006/xaml/presentation xmlns : x = "http://schemas.microsoft.com/winfx/2006/xaml" > < Application.Resources > < SolidColorBrush x : Key = "BackgroundBrush" Color = "Red" /> </ Application.Resources > </ Application > public ...