The TextBox doesn't have a password mode. Instead, there's a special control for this: PasswordBox.
I think the main reason for this is that TextBox supports a bunch of features that you almost certainly don't want in a password box, like multiline text, typography, text decorations.
|