1 write to relatedBindingSources
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
209
this.
relatedBindingSources
= new Dictionary<string, BindingSource>();
4 references to relatedBindingSources
System.Windows.Forms (4)
winforms\Managed\System\WinForms\BindingSource.cs (4)
208
if (this.
relatedBindingSources
== null) {
213
foreach (string key in this.
relatedBindingSources
.Keys) {
215
return this.
relatedBindingSources
[key];
221
this.
relatedBindingSources
[dataMember] = bs;