0
kicks
Inheriting From Silverlight UserControls defined in XAML
UserControls defined with XAML cannot be inherited from directly. This article presents a technique that pushes the XAML-defined control outside the inheritance hierarchy of a containing control, making it possible to derive subclasses.