1 write to Value
System.Web (1)
UI\StateBag.cs (1)
177item.Value = value;
4 references to Value
System.Web (4)
UI\AttributeCollection.cs (2)
187string value = item.Value as string; 208string value = item.Value as string;
UI\StateBag.cs (2)
130return item.Value; 333data.Add(item.Value);