I want all characters in a TextBlock to be displayed in uppercase
Or use
Typography.Capitals="AllSmallCaps"
in your TextBlock definition.
TextBlock
See here: MSDN - Typography.Capitals
EDIT:
This does not work in Windows Phone 8.1, only in Windows 8.1 ...