XAML Demystified
Namespaces WPF 3.0, Silverlight, Windows Store WPF WPF Silverlight
Type Converters b.Background = System.Windows.Media.Brushes.White; b.Background = (Brush)System.ComponentModel.TypeDescriptor.GetConverter(typeof (Brush)).ConvertFromInvariantString(“White”);
XAML 2009 Full Generic Support (x:TypeArguments) Dictionary Keys of Any Type Built-In System Data Types (x:Int32 …) Instantiating Objects with Non-Default Constructors (x:Arguments) Getting Instances via Factory Methods (x:FactoryMethod) Event Handler Flexibility Defining New Properties (x:Members, x:Peroperty)