Hi,
In my project I am working on using RichTextBox to edit HTML text. In the project I use implicit styling and the Expression Dark theme. And for everything else in the project it works fine, but I am having issues with the RichTextBox.
I have added the reference to the dll, and in App.xaml I have added the styles. I was expecting the textbox to become darker, but I can also see a bunch of errors from the styling.
Wonder what I am missing.
Maybe the document is always white? Because the ribbon adapts the dark color scheme fine.
Wonder how to remove the text "My Application"? Can not find a property, style or any reference to this text anywhere.