1 write to PasswordChar
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
93tb.PasswordChar = value;
5 references to PasswordChar
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1121s_systemPwdChar = txtBox.PasswordChar;
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
253=> PasswordChar != '\0'; 347if (PasswordChar != value)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
278? textBox.PasswordChar
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
84return tb.PasswordChar;