3 writes to UseSystemPasswordChar
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (3)
80designMaskedTextBox.UseSystemPasswordChar = false; 214maskedTextBox.UseSystemPasswordChar = false; 216maskedTextBox.UseSystemPasswordChar = true;
2 references to UseSystemPasswordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
855if (!UseSystemPasswordChar)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
212if (maskedTextBox.UseSystemPasswordChar)