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)
50get => _dataSource; 58if (_dataSource == value) 118SetDataConnection(_dataSource, new BindingMemberInfo(value), force: false); 592SetDataConnection(_dataSource, _displayMember, force: true); 669SetDataConnection(_dataSource, _displayMember, true); 674bool dataSourceChanged = _dataSource != newDataSource; 775if (_dataSource is IComponent componentDataSource) 780if (_dataSource is ISupportInitializeNotification dsInit && _isDataSourceInitEventHooked) 794if (_dataSource is IComponent componentDataSource) 799if (_dataSource is ISupportInitializeNotification dsInit && !dsInit.IsInitialized)