1 write to _bag
System.Web (1)
UI\AttributeCollection.cs (1)
43_bag = bag;
14 references to _bag
System.Web (14)
UI\AttributeCollection.cs (14)
61return _bag[key] as string; 80return _bag.Keys; 92return _bag.Count; 102_styleColl = new CssStyleCollection(_bag); 118_bag[key] = value; 127if (attrs.Count != _bag.Count) { 130foreach (DictionaryEntry attr in _bag) { 144foreach (DictionaryEntry attr in _bag) { 161_bag.Remove(key); 171_bag.Clear(); 181if (_bag.Count > 0) { 182IDictionaryEnumerator e = _bag.GetEnumerator(); 202if (_bag.Count > 0) { 203IDictionaryEnumerator e = _bag.GetEnumerator();