Wiley.com
Print this page Share

WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4

ISBN: 978-0-470-47722-9
Paperback
624 pages
March 2010
WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4 (0470477229) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
3 Error in Code
Downloadable code, Chaper 3, project: MissonBriefing
Window1.xaml file line 6 should be "x:class="MissionBriefing.window1"
The namespace was missing.
2-23-11
267 Error in Code
The TextBlock shows TextWrapping="Wrap" however the text below it states "The border contains a TextBlock with TextWrapping = True..." where it shown also state TextWrapping = "Wrap".
Should read:
The Border contains a TextBlock with TextWrapping = Wrap, so it wraps its content if necessary.
05/02/2011
Back to Top