1 write to PasswordChar
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
93
tb.
PasswordChar
= value;
5 references to PasswordChar
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1121
s_systemPwdChar = txtBox.
PasswordChar
;
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
253
=>
PasswordChar
!= '\0';
347
if (
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)
84
return tb.
PasswordChar
;