0
kicks
Silverlight relay base class
Silverlight 2 doesn’t support WPF’s ElementName or RelativeSource binding. The simplest solution is to use a “relay” class and have multiple UI elements binding to it. If you want to write your own relay, here’s a base class that can handle the basic plumbing...