"Applications targeting Silverlight version 3 can only bind to target properties of a FrameworkElement. Support for binding to any DependencyObject dependency property was added in Silverlight 4."
It does not look like UserControl derives from FrameworkElement. See msdn documentation:
http://msdn.microsoft.com/en-us/libr...tanceContinued
The following link shows someone with a similar problem and the workaround they used.
http://betaforums.silverlight.net/fo...20/418564.aspx