3 references to MaxLength
System.Web (3)
UI\WebControls\TextBox.cs (3)
424
if (BinaryCompatibility.Current.TargetsAtLeastFramework472 &&
MaxLength
> 0) {
425
writer.AddAttribute(HtmlTextWriterAttribute.Maxlength,
MaxLength
.ToString(NumberFormatInfo.InvariantInfo));
471
int n =
MaxLength
;