Fun with Attached Properties – Bindable RichTextBox.Xaml
Occasionally I’ll run into something in Silverlight that doesn’t behave how I want or expect it to. What I’ve recently run into was trying to have a clean MVVM implementation that involved a RichTextBox and rich text content (in XAML markup format) being delivered to a Silverlight 4 client via a .NET RIA service. Sounds…