1 write to _state
System.Web (1)
UI\CssStyleCollection.cs (1)
52_state = state;
16 references to _state
System.Web (16)
UI\CssStyleCollection.cs (16)
155if (_state == null) { 161return(string)_state["style"]; 164if (_state == null) { 168_state["style"] = value; 197if (_state != null) { 199_state["style"] = BuildString(); 220if (_state != null) { 222_state["style"] = BuildString(); 239if (_state != null) { 241_state["style"] = BuildString(); 254if (_state != null) { 256_state["style"] = BuildString(); 271if (_state != null) { 272_state.Remove("style"); 303string s = (_state == null) ? _style : (string)_state["style"];