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.
Without changing the underlying string (by replacing all _ with __), is there a way to disable the accelerator for Labels?
If you use a TextBlock as the Content of the Label, its Text will not absorb underscores.