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