WPF custom control with generics - possible?
This is not completely supported in XAML. See this blog post on MSDN.
XAML
doesnt support generics, you'd need to create an empty non-generic class that inherits from your generic control and use that with your XAML