4 writes to PromptChar
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
792_maskedTextBox.PromptChar = originalValue; 795_maskedTextBox.PromptChar = value; 803Action act = () => _maskedTextBox.PromptChar = '\0'; 813_maskedTextBox.PromptChar = 'A';
4 references to PromptChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1402if (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);