
Hi,
In the previous version of my application, I set the background of syntax editor with this:
<SolidColorBrush x:Key="{x:Static themes:SyntaxEditorCommonDictionary.SyntaxEditorBackgroundReadOnlyBrushKey}" Color="LightGray" />
But after I upgraded to the new version of syntax editor, this can not be compiled, how to do this in this version?
Thanks a lot!