#63 – Three Places to Make Changes
September 13, 2010 Leave a comment
When designing graphical elements in WPF, e.g. objects derived from Window, Page or UserControl, there are three different places where you can make changes to these objects in Visual Studio 2010:
- Change layout (.xaml file)
- Change layout in the design view tab of the WPF designer
- Edit XAML in the XAML view tab of the WPF designer
- Change behavior (.xaml.cs file)
- Edit C# code in the code editor