1 //This is a list of commonly used namespaces for a window.
4 using System
.Windows
.Controls
;
5 using System
.Windows
.Documents
;
6 using System
.Windows
.Navigation
;
7 using System
.Windows
.Shapes
;
8 using System
.Windows
.Data
;
9 using System
.Windows
.Media
;
11 namespace Microsoft
.Samples
.Graphics
.UsingVisualBrush
14 /// Interaction logic for SampleViewer.xaml
17 public partial class SampleViewer
: Window
21 InitializeComponent();