1 write to dataSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListControl.cs (1)
759
dataSource
= newDataSource;
14 references to dataSource
System.Windows.Forms (14)
winforms\Managed\System\WinForms\ListControl.cs (14)
79
return
dataSource
;
84
if (
dataSource
== value)
144
SetDataConnection(
dataSource
, new BindingMemberInfo(value), false);
626
SetDataConnection(
dataSource
, displayMember, true);
730
Debug.Assert(sender == this.
dataSource
, "how can we get dispose notification for anything other than our dataSource?");
735
ISupportInitializeNotification dsInit = (this.
dataSource
as ISupportInitializeNotification);
738
SetDataConnection(this.
dataSource
, this.displayMember, true);
742
bool dataSourceChanged =
dataSource
!= newDataSource;
825
if (this.
dataSource
is IComponent) {
826
((IComponent) this.
dataSource
).Disposed -= new EventHandler(DataSourceDisposed);
829
ISupportInitializeNotification dsInit = (this.
dataSource
as ISupportInitializeNotification);
843
if (this.
dataSource
is IComponent) {
844
((IComponent) this.
dataSource
).Disposed += new EventHandler(DataSourceDisposed);
847
ISupportInitializeNotification dsInit = (this.
dataSource
as ISupportInitializeNotification);