3 writes to AllowPromptAsInput
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
280control.AllowPromptAsInput = value; 285control.AllowPromptAsInput = value; 290control.AllowPromptAsInput = !value;
3 references to AllowPromptAsInput
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
281control.AllowPromptAsInput.Should().Be(value); 286control.AllowPromptAsInput.Should().Be(value); 291control.AllowPromptAsInput.Should().Be(!value);