4 writes to PromptChar
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
794
_maskedTextBox.
PromptChar
= originalValue;
797
_maskedTextBox.
PromptChar
= value;
805
Action act = () => _maskedTextBox.
PromptChar
= '\0';
815
_maskedTextBox.
PromptChar
= 'A';
4 references to PromptChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1398
if (SystemPasswordChar ==
PromptChar
)
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
47
_maskedTextBox.
PromptChar
.Should().Be('_');
795
_maskedTextBox.
PromptChar
.Should().Be(originalValue);
798
_maskedTextBox.
PromptChar
.Should().Be(value);