4 writes to _styleCount
System.Web (4)
UI\HTMLTextWriter.cs (4)
665_styleCount = 0; 788_styleCount++; 955_styleCount = newStyleCount; 1108_styleCount = 0;
7 references to _styleCount
System.Web (7)
UI\HTMLTextWriter.cs (7)
767else if (_styleCount > _styleList.Length) { 787_styleList[_styleCount] = style; 886for (int i = 0; i < _styleCount; i++) { 896for (int i = 0; i < _styleCount; i++) { 946for (int i = 0; i < _styleCount; i++) { 1043if (_styleCount > 0 || styleValue != null) { 1048CssTextWriter.WriteAttributes(writer, _styleList, _styleCount);