The spell checker is not interpreting the \n as white space. For example:
string StateIconToolTip =
"The data in the CADD Database is newer\n" +
"than what is in the drawing. The drawing\n" +
"feature needs to be updated from the CADD\n" +
"Database.";
Hi,
Thank you for providing the code sample.
I have reproduced this issue where Spell Checker incorrectly processes escape sequences in a string literal. We are fixing it and will inform you of our progress.