1 <!-- If you change the root element of this file, be sure to change the class that is subclassed in app.xaml.cs -->
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 x:Class="SystemColorsAndBrushes_csharp.app"
6 Startup="AppStartingUp"
8 <!-- Resources & Styles defined in this section will impact the entire application. -->
9 <Application.Resources>
11 <Style TargetType="{x:Type Button}">
12 <Setter Property="Foreground" Value="Green"/>
15 </Application.Resources>