3 references to Maxlength
System.Web (3)
UI\HTMLTextWriter.cs (1)
259RegisterAttribute("maxlength", HtmlTextWriterAttribute.Maxlength, false);
UI\WebControls\TextBox.cs (2)
425writer.AddAttribute(HtmlTextWriterAttribute.Maxlength, MaxLength.ToString(NumberFormatInfo.InvariantInfo)); 473writer.AddAttribute(HtmlTextWriterAttribute.Maxlength, n.ToString(NumberFormatInfo.InvariantInfo));