I\'m updating some existing WPF code and my application has a number of textblocks defined like this:
Try this:
In code:
public MyBusinessObject Instance { get; set; } Instance = new MyBusinessObject();
In XAML: