1 write to removedBindings
System.Web (1)
UI\DataBindingCollection.cs (1)
95
removedBindings
= new Hashtable(StringComparer.OrdinalIgnoreCase);
7 references to removedBindings
System.Web (7)
UI\DataBindingCollection.cs (7)
69
if (
removedBindings
!= null) {
70
keys =
removedBindings
.Keys;
80
removedBindings
.Clear();
94
if (
removedBindings
== null) {
97
return
removedBindings
;
155
if ((keys.Count != 0) && (
removedBindings
== null)) {
160
removedBindings
[s] = String.Empty;