Constants in xaml
Try this one:
<MenuItem Header="{x:Static constants:Constants+Group1Constants.DoIt}">
I used "+" instead of "." to reference the nested class. Not sure if you'll run into problems doing this though.
Try this one:
<MenuItem Header="{x:Static constants:Constants+Group1Constants.DoIt}">
I used "+" instead of "." to reference the nested class. Not sure if you'll run into problems doing this though.