1 write to dataSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
182this.dataSource = dataSource;
3 references to dataSource
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CurrencyManager.cs (3)
175return dataSource; 180if (this.dataSource != dataSource) { 394if (dataSource == null || list == null || list.Count == 0) {