2 writes to UseSystemPasswordChar
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4415
EditTextBox.
UseSystemPasswordChar
= gridEntry.ShouldRenderPassword;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1119
txtBox.
UseSystemPasswordChar
= true; // this forces the creation of the control handle.
1 reference to UseSystemPasswordChar
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TextBoxDesigner.cs (1)
78
if (tb.
UseSystemPasswordChar
)