Base:
property
MaxLength
System.Windows.Forms.TextBoxBase.MaxLength
1 write to MaxLength
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
572
control.
MaxLength
= 500;
2 references to MaxLength
System.Windows.Forms.Tests (2)
MaskedTextBoxTests.cs (2)
570
int originalMaxLength = control.
MaxLength
;
574
control.
MaxLength
.Should().Be(originalMaxLength);