1 write to dataSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindToObject.cs (1)
63this.dataSource = dataSource;
6 references to dataSource
System.Windows.Forms (6)
winforms\Managed\System\WinForms\BindToObject.cs (6)
35Debug.Assert(this.dataSource != null, "how can we determine if DataSource is initialized or not if we have no data source?"); 41ISupportInitializeNotification ds = this.dataSource as ISupportInitializeNotification; 69Debug.Assert(sender == this.dataSource, "data source should not change"); 70Debug.Assert(this.dataSource is ISupportInitializeNotification, "data source should not change on the BindToObject"); 73ISupportInitializeNotification ds = this.dataSource as ISupportInitializeNotification; 198return dataSource;