I'm looking for a WPF cheat sheet that has the WPF markup extensions for binding, resources, and other common things in WPF. But so far I've had trouble finding it.
It's very detailed and covers all the properties of the Binding class (because I never forget how to write {StaticResource something} but how to one-way bind to an ancestor of the target element is another thing).
In advance of the imminent Visual Studio 2010 release, I put together a quick reference wall chart that may be of interest. On a single page I compare and contrast the toolbox-centric features of:
Visual Studio 2008 vs. 2010
.Net 3.5 vs. 4.0
WinForm vs. WPF
My article about the implications of this wallchart is available on Simple-Talk.com. In the "bubble" at the top of the article you will find links to the wallchart in PDF form, provided in both LTR and A4 sizes.
I've created a XAML cheatsheet which is currently focussing on Silverlight. At some point in the future I intend on having a WPF one as well, although I'm mindful of duplication of effort with regards to WPF. There are already a number around. It would focus on complementing them not competing.