In WPF (C#) Application, I want to color just the text in parentheses. Any help?
Ex:
In this text:
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', sometimes on purpose (injected humour and the like).
...the (injected humour and the like)
must be colored in red.
Actually, I use RichTextBox to display the text..