Instantiating a class written in XAML from code. by Xaml applications

Sun, 02 Aug 2009 00:00:12 -0700

Instantiating a class written in XAML from code.

by Xaml applications @ Sun, 02 Aug 2009 00:00:12 -0700



There are some times when you want to write a specific framgent of the UI in XAML and then intantiate it in a code-behind file. This can also lead to the strange situation of being able to change the UI design completely afer the ...