2 references to Rows
System.Web (2)
UI\HTMLTextWriter.cs (1)
267
RegisterAttribute("rows", HtmlTextWriterAttribute.
Rows
, false);
UI\WebControls\TextBox.cs (1)
412
writer.AddAttribute(HtmlTextWriterAttribute.
Rows
, rows.ToString(NumberFormatInfo.InvariantInfo));