1 write to listManagers
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingContext.cs (1)
114
listManagers
= new Hashtable();
11 references to listManagers
System.Windows.Forms (11)
winforms\Managed\System\WinForms\BindingContext.cs (11)
37
return
listManagers
.Count;
53
listManagers
.CopyTo(ar, index);
67
return
listManagers
.GetEnumerator();
165
listManagers
[GetKey(dataSource, "")] = new WeakReference(listManager, false);
206
listManagers
.Clear();
225
return
listManagers
.ContainsKey(GetKey(dataSource, dataMember));
306
listManagers
.Remove(GetKey(dataSource, ""));
336
wRef =
listManagers
[key] as WeakReference;
377
listManagers
.Add(key, new WeakReference(bindingManagerBase, false));
408
foreach (DictionaryEntry de in
listManagers
) {
420
listManagers
.Remove(o);