added samples
[windows-sources.git] / sdk / samples / WPFSamples / SystemColorsAndBrushes / csharp / app.xaml
blob58953c9c77d99d1f7f0edc30ee6e10ec8794f7af
1 <!-- If you change the root element of this file, be sure to change the class that is subclassed in app.xaml.cs -->
2 <Application
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"
7     >
8     <!-- Resources & Styles defined in this section will impact the entire application.  -->
9     <Application.Resources>
10         <!--
11         <Style TargetType="{x:Type Button}">
12     <Setter Property="Foreground" Value="Green"/>
13         </Style>
14         -->
15     </Application.Resources>
16 </Application>