Questions tagged [xaml-2009]

XAML 2009 extends its prior version of XAML, adding a few new features.

XAML 2009 is the shorthand term for new XAML language features from .NET Framework 4.0 and later, that extend the existing XAML language specification. XAML 2009 has introduced several new directives and constructs. XAML 2009 is fully supported only in loose XAML files (those without code behind). As of now, there is no support for XAML 2009 in Visual Studio 2010 and WPF 4 unless the markup is loose XAML.

4 questions
7
votes
1 answer

XAML 2009 and .NET 4.6/Windows 10

WPF never ended up supporting XAML 2009, which is a shame because it added some useful extensions, such as generic type parameters and complex x:Key values. UWP seems to have built upon WPF. Does it, or anything else in .NET 4.6/Windows 10 support…
Drew Noakes
  • 300,895
  • 165
  • 679
  • 742
4
votes
2 answers

Does XAML has a version?

WPF 4.0 is a buzzword these days which is the latest version of WPF, I want to know what is the current version of XAML? And, what was the previous version of XAML as well as WPF?
viky
  • 17,275
  • 13
  • 71
  • 90
0
votes
1 answer

How do I parse a non-GUI XAML file?

Ok, so here's what I want to do. Create a "configuration file" using XAML 2009. It would look something like this:
Jonathan Allen
  • 68,373
  • 70
  • 259
  • 447