7 writes to UseSystemPasswordChar
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (3)
80designMaskedTextBox.UseSystemPasswordChar = false; 214maskedTextBox.UseSystemPasswordChar = false; 216maskedTextBox.UseSystemPasswordChar = true;
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (1)
822_maskedTextBox.UseSystemPasswordChar = true;
System\Windows\Forms\AccessibleObjects\MaskedTextBox.MaskedTextBoxAccessibleObjectTests.cs (2)
133maskedTextBox.UseSystemPasswordChar = true; 148maskedTextBox.UseSystemPasswordChar = useSystemPasswordChar;
WinFormsControlsTest (1)
Password.Designer.cs (1)
106maskedTextBox2.UseSystemPasswordChar = true;
3 references to UseSystemPasswordChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
859if (!UseSystemPasswordChar)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
212if (maskedTextBox.UseSystemPasswordChar)
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
52_maskedTextBox.UseSystemPasswordChar.Should().BeFalse();