1 write to _listManagers
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.cs (1)
24
_listManagers
= [];
11 references to _listManagers
System.Windows.Forms (11)
System\Windows\Forms\DataBinding\BindingContext.cs (11)
35
return
_listManagers
.Count;
46
_listManagers
.HashtableCopyTo(ar, index);
55
return ((IDictionary)
_listManagers
).GetEnumerator();
112
_listManagers
[GetKey(dataSource, string.Empty)] = new WeakReference(listManager, false);
154
protected virtual void ClearCore() =>
_listManagers
.Clear();
168
return
_listManagers
.ContainsKey(GetKey(dataSource, dataMember));
204
_listManagers
.Remove(GetKey(dataSource, string.Empty));
233
if (
_listManagers
.TryGetValue(key, out WeakReference? wRef) && wRef is not null)
278
_listManagers
.Add(key, new WeakReference(bindingManagerBase, false));
321
foreach (KeyValuePair<HashKey, WeakReference> de in
_listManagers
)
335
_listManagers
.Remove(key);