2 writes to UseSystemPasswordChar
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4415EditTextBox.UseSystemPasswordChar = gridEntry.ShouldRenderPassword;
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1119txtBox.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)
78if (tb.UseSystemPasswordChar)