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)
155
if (
_state
== null) {
161
return(string)
_state
["style"];
164
if (
_state
== null) {
168
_state
["style"] = value;
197
if (
_state
!= null) {
199
_state
["style"] = BuildString();
220
if (
_state
!= null) {
222
_state
["style"] = BuildString();
239
if (
_state
!= null) {
241
_state
["style"] = BuildString();
254
if (
_state
!= null) {
256
_state
["style"] = BuildString();
271
if (
_state
!= null) {
272
_state
.Remove("style");
303
string s = (
_state
== null) ? _style : (string)
_state
["style"];