3 writes to AllowPromptAsInput
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
282control.AllowPromptAsInput = value; 287control.AllowPromptAsInput = value; 292control.AllowPromptAsInput = !value;
3 references to AllowPromptAsInput
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
283control.AllowPromptAsInput.Should().Be(value); 288control.AllowPromptAsInput.Should().Be(value); 293control.AllowPromptAsInput.Should().Be(!value);