7 references to RenderAttribute
System.Web (7)
UI\HTMLTextWriter.cs (7)
110private RenderAttribute[] _attrList; 738_attrList = new RenderAttribute[20]; 741RenderAttribute[] newArray = new RenderAttribute[_attrList.Length * 2]; 745RenderAttribute attr; 960RenderAttribute attr = _attrList[i]; 1014RenderAttribute attr = _attrList[i];