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