XAML in a Nutshell by Lori A. MacVittie The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated March 25, 2008. UNCONFIRMED errors and comments from readers: [1] throughout book; The namespace for XAML is now "http://schemas.microsoft.com/winfx/2006/xaml/presentation". [9] Example 2-1; In the February CTP, StartupUri is not a supported element for the NavigationWindow application element. {77} 4th para + example 6-2; "Red" is incorrectly used as the attribute name "Color" - ie, "(Button.Background).(SolidColorBrush.Red)" ought to be "(Button.Background).(SolidColorBrush.Color)"