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