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)
61
return
_bag
[key] as string;
80
return
_bag
.Keys;
92
return
_bag
.Count;
102
_styleColl = new CssStyleCollection(
_bag
);
118
_bag
[key] = value;
127
if (attrs.Count !=
_bag
.Count) {
130
foreach (DictionaryEntry attr in
_bag
) {
144
foreach (DictionaryEntry attr in
_bag
) {
161
_bag
.Remove(key);
171
_bag
.Clear();
181
if (
_bag
.Count > 0) {
182
IDictionaryEnumerator e =
_bag
.GetEnumerator();
202
if (
_bag
.Count > 0) {
203
IDictionaryEnumerator e =
_bag
.GetEnumerator();