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)
58
if (
_styleColl
!= null && StringUtil.EqualsIgnoreCase(key, "style"))
59
return
_styleColl
.Value;
101
if (
_styleColl
== null) {
104
return
_styleColl
;
115
if (
_styleColl
!= null && StringUtil.EqualsIgnoreCase(key, "style"))
116
_styleColl
.Value = value;
158
if (
_styleColl
!= null && StringUtil.EqualsIgnoreCase(key, "style"))
159
_styleColl
.Clear();
172
if (
_styleColl
!= null)
173
_styleColl
.Clear();