1 write to _dataSource
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
692
_dataSource
= newDataSource;
10 references to _dataSource
System.Windows.Forms (10)
System\Windows\Forms\Controls\ListControl\ListControl.cs (10)
50
get =>
_dataSource
;
58
if (
_dataSource
== value)
118
SetDataConnection(
_dataSource
, new BindingMemberInfo(value), force: false);
592
SetDataConnection(
_dataSource
, _displayMember, force: true);
669
SetDataConnection(
_dataSource
, _displayMember, true);
674
bool dataSourceChanged =
_dataSource
!= newDataSource;
775
if (
_dataSource
is IComponent componentDataSource)
780
if (
_dataSource
is ISupportInitializeNotification dsInit && _isDataSourceInitEventHooked)
794
if (
_dataSource
is IComponent componentDataSource)
799
if (
_dataSource
is ISupportInitializeNotification dsInit && !dsInit.IsInitialized)