如何更改 "Not selected state" 的 TextBox 的背景颜色?

How to change TextBox's Background color for the "Not selected state"?

我可以在 Windows Phone 8.1 项目的 XAML 中更改 TextBoxPasswordBox 的背景颜色。但是我注意到,当 TextBoxPasswordBox 在 "not selected state" 中时(当我没有输入时)它有一个浅灰色。

有没有办法把浅灰色变成白色?

在应用程序资源中,覆盖以下属性:

<x:Double x:Key="TextControlBackgroundThemeOpacity">1.0</x:Double>
<x:Double x:Key="TextControlBorderThemeOpacity">1.0</x:Double>