FlexibleBehavior class: More on reuse and Behaviors
A recent post explained how encapsulating functionality (e.g. Animations, etc) into a Behavior promoted reuse in that once this functionality is encapsulated into a Behavior, it can then easily be applied to multiple Controls in various projects by a designer using Blend (remember “write once run anywhere”!) Thinking deeper I thought: “That’s not really as [...]