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