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