1 write to _styles
System.Web (1)
UI\HtmlControls\HtmlHead.cs (1)
350_styles = new ArrayList();
6 references to _styles
System.Web (6)
UI\HtmlControls\HtmlHead.cs (6)
276if ((_styles == null) && (_selectorStyles == null) && CSSStyleString == null) { 284if (_styles != null) { 285for (int i = 0; i < _styles.Count; i++) { 286StyleInfo si = (StyleInfo)_styles[i]; 349if (_styles == null) { 369_styles.Add(styleInfo);