1 write to _dataSource
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
691
_dataSource
= newDataSource;
10 references to _dataSource
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListControl\ListControl.cs (10)
49
get =>
_dataSource
;
57
if (
_dataSource
== value)
117
SetDataConnection(
_dataSource
, new BindingMemberInfo(value), force: false);
591
SetDataConnection(
_dataSource
, _displayMember, force: true);
668
SetDataConnection(
_dataSource
, _displayMember, true);
673
bool dataSourceChanged =
_dataSource
!= newDataSource;
774
if (
_dataSource
is IComponent componentDataSource)
779
if (
_dataSource
is ISupportInitializeNotification dsInit && _isDataSourceInitEventHooked)
793
if (
_dataSource
is IComponent componentDataSource)
798
if (
_dataSource
is ISupportInitializeNotification dsInit && !dsInit.IsInitialized)