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