Silverlight MultiBindings, How to attached multiple bindings to a single property 
(Colin Eberhardt) This blog posts describes a technique for associating multiple bindings with a single dependency property within Silverlight applications. WPF already has this functionality in the form of MultiBindings, the code in this post emulates this function.
Read Article >>