I would like to use databinding when displaying data in a TextBox. I\'m basically doing like:
public void ShowRandomObject(IRandomObject randomObject) {
How about:
this.ClearValue(TextBox.TextProperty);
It's much cleaner I think ;)