7 references to SingleLine
System.Web (7)
UI\WebControls\TextBox.cs (7)
184DefaultValue(TextBoxMode.SingleLine), 192return((mode == null) ? TextBoxMode.SingleLine : (TextBoxMode)mode); 195if (value < TextBoxMode.SingleLine || value > TextBoxMode.Week) { 431if (mode != TextBoxMode.SingleLine || String.IsNullOrEmpty(Attributes["type"])) { 438if (mode == TextBoxMode.SingleLine && 450(RenderingCompatibility >= VersionUtil.Framework45 || mode >= TextBoxMode.Color || (SupportsVCard && mode == TextBoxMode.SingleLine))) { 557case TextBoxMode.SingleLine: return "text";