3 references to HtmlTextArea
System.Web (3)
UI\HtmlControls\HtmlTextArea.cs (2)
26
/// <see cref='System.Web.UI.HtmlControls.
HtmlTextArea
'/>
44
/// Initializes a new instance of the <see cref='System.Web.UI.HtmlControls.
HtmlTextArea
'/> class.
UI\HTMLTagNameToTypeMapper.cs (1)
38
t.Add("textarea", typeof(
HtmlTextArea
));