I am having trouble getting a SyntaxEditor control to work with screen readers such as Narrator or JAWS.
It announces the name of the window when focus is moved to the control but it does not read the text.
I tried specifically setting AccessibilityRole = AccessibilityRole.Text just in case that was not the default, or in case my derived control somehow overrode the setting, but it still doesn't work.
Is there something else I need to do to make Syntax Editor work with screen readers?