Posts tagged as:

xaml

WPF RichTextBox With Two Way DataBinding

February 8, 2009

This post contains sample code and implementation details for a sample WPF RichTextBox control with two way databinding to a string property on a domain entity.

Read the full article →

Be Careful When Using Implicit Styles in WPF

January 12, 2009
Thumbnail image for Be Careful When Using Implicit Styles in WPF

When using implicit styling you may not always get the results you expect. This post illustrates an issue I had creating styles on a Window with a WPF Ribbon and how I eventually solved it.

Read the full article →