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