Tag Archives: Windows Forms

How is a WPF XAML file tied into the application’s executable environment?

By hidden source code file… A hidden source code file is auto-generated for each WPF XAML file. The names used for this file and for the class it contains are based off the XAML file’s filename. In a C# application, … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment