What is the proper way to implement Custom Properties in Silverlight UserControls?
Every \"Page\" in Silverlight is technically a UserControl (they are derived from the
Instead of binding data context to self, you can set the binding in xaml by adding an x:Name for the user control and then binding in the user control xaml follows:
x:Name