According to the documentation, the MaskedTextBox derives from System.Windows.Controls.TextBox, which has a PlaceholderText property. However, when I try to set the PlaceholderText property on a MaskedTextBox it isn't found. Is there some other property or way to get this to work?