3 references to HtmlTextWriterString
System.Web (3)
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
1443if(bd.HtmlTextWriterString != null) { 1446assignHtmlTextWriter.Right = new CodePrimitiveExpression(bd.HtmlTextWriterString);
Configuration\BrowserDefinition.cs (1)
589this._htmlTextWriterString = definition.HtmlTextWriterString;