4 writes to PromptChar
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
792
_maskedTextBox.
PromptChar
= originalValue;
795
_maskedTextBox.
PromptChar
= value;
803
Action act = () => _maskedTextBox.
PromptChar
= '\0';
813
_maskedTextBox.
PromptChar
= 'A';
4 references to PromptChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1402
if (SystemPasswordChar ==
PromptChar
)
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
45
_maskedTextBox.
PromptChar
.Should().Be('_');
793
_maskedTextBox.
PromptChar
.Should().Be(originalValue);
796
_maskedTextBox.
PromptChar
.Should().Be(value);