3 writes to _table
System.Web (3)
UI\CssStyleCollection.cs (3)
170_table = null; 268_table = null; 301_table = new HybridDictionary(true);
24 references to _table
System.Web (24)
UI\CssStyleCollection.cs (24)
66if (_table == null) 68string value = (string)_table[key]; 112if (_table == null) 119string[] keys = new string[_table.Count + _intTable.Count]; 122foreach (string s in _table.Keys) { 134return _table.Keys; 146if (_table == null) 148return _table.Count + ((_intTable != null) ? _intTable.Count : 0); 185if (_table == null) 187_table[key] = value; 214if (_table == null) 217_table.Remove(name); 234if (_table == null) 236if (_table[key] != null) { 237_table.Remove(key); 283if (((_table == null) || (_table.Count == 0)) && 315_table[styleName] = styleValue; 327if (_table != null && _table.Count > 0) { 328foreach (DictionaryEntry entry in _table) { 345if (_table != null && _table.Count > 0) { 346foreach (DictionaryEntry entry in _table) {