#54 – An Application’s Main Window
September 4, 2010 Leave a comment
A WPF application that creates at least one window will always have a main window. The Application.MainWindow property is reference to what is considered to be the application’s main window. By default, the main window is the first one created, but you can change the value of MainWindow in code or in markup (XAML).