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