I don't want text to be buffered from my application to a WPF TextBox. I can't see an obvious property for it.
Currently, I'm just using the AppendText method.
In C we used something like setbuf(stdout, (char *)NULL) - is it something like that in C# or something simpler?