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