Welcome to MSDN Blogs Sign in | Join | Help

April 2006 - Posts

Following up on my previous article on Cider Item Creation , I want to talk a bit about Adorners. Brian Pepin introduces adorners in his article on User Interaction in Cider : Adorners are WPF elements that float on top of the design surface and track Read More...
Recently, I was trying to figure out how to reuse resources within multiple collections all defined in WPF XAML. For example, suppose I have the following: <MeshGeometry3D.Positions> <Point3D X="0" Y="0" Z="0"/> <Point3D X="5" Y="0" Z="0"/> Read More...
In Windows Forms, there were many occasions when you wanted to separate out your design time code from your runtime code. For design time code you didn't want to execute at runtime, you would use a designer and for runtime code you didn't want to execute Read More...
I've been playing around and learning about WPF (Avalon) resources and ResourceDictionaries recently. I had a few questions pop up that the knowledgeable people on the Avalon team graciously answered for me. (Thanks to Rob Relyea , WeiBing Zhan, and Ashish Read More...
 
Page view tracker