2 writes to _intTable
System.Web (2)
UI\CssStyleCollection.cs (2)
207_intTable = new HybridDictionary(); 269_intTable = null;
21 references to _intTable
System.Web (21)
UI\CssStyleCollection.cs (21)
90if (_intTable == null) { 93return (string)_intTable[(int)key]; 115if (_intTable != null) { 119string[] keys = new string[_table.Count + _intTable.Count]; 126foreach (HtmlTextWriterStyle style in _intTable.Keys) { 148return _table.Count + ((_intTable != null) ? _intTable.Count : 0); 189if (_intTable != null) { 193_intTable.Remove(style); 206if (_intTable == null) { 209_intTable[(int)key] = value; 249if (_intTable == null) { 252_intTable.Remove((int)key); 284((_intTable == null) || (_intTable.Count == 0))) { 332if (_intTable != null && _intTable.Count > 0) { 333foreach (DictionaryEntry entry in _intTable) { 350if (_intTable != null && _intTable.Count > 0) { 351foreach (DictionaryEntry entry in _intTable) {