1 write to _styleColl
System.Web (1)
UI\AttributeCollection.cs (1)
102_styleColl = new CssStyleCollection(_bag);
10 references to _styleColl
System.Web (10)
UI\AttributeCollection.cs (10)
58if (_styleColl != null && StringUtil.EqualsIgnoreCase(key, "style")) 59return _styleColl.Value; 101if (_styleColl == null) { 104return _styleColl; 115if (_styleColl != null && StringUtil.EqualsIgnoreCase(key, "style")) 116_styleColl.Value = value; 158if (_styleColl != null && StringUtil.EqualsIgnoreCase(key, "style")) 159_styleColl.Clear(); 172if (_styleColl != null) 173_styleColl.Clear();