2 writes to UseSystemPasswordChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
1285txtBox.UseSystemPasswordChar = true; // this forces the creation of the control handle.
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4490Edit.UseSystemPasswordChar = gridEntry.ShouldRenderPassword;