4 writes to PromptChar
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
794_maskedTextBox.PromptChar = originalValue; 797_maskedTextBox.PromptChar = value; 805Action act = () => _maskedTextBox.PromptChar = '\0'; 815_maskedTextBox.PromptChar = 'A';
4 references to PromptChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
1398if (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);