1 write to bindings
System.Web (1)
UI\DataBindingCollection.cs (1)
31
this.
bindings
= new Hashtable(StringComparer.OrdinalIgnoreCase);
8 references to bindings
System.Web (8)
UI\DataBindingCollection.cs (8)
39
return
bindings
.Count;
115
object o =
bindings
[propertyName];
137
bindings
[binding.PropertyName] = binding;
147
return
bindings
.Contains(propertyName);
154
ICollection keys =
bindings
.Keys;
163
bindings
.Clear();
180
return
bindings
.Values.GetEnumerator();
208
bindings
.Remove(propertyName);