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