I am setting the .Content value of a Label to a string that contains underscores; the first underscore is being interpreted as an accelerator key.
.Content
Witho
You could override the RecognizesAccessKey property of the ContentPresenter that is in the default template for the label. For example:
_This is a test