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)
49get => _dataSource; 57if (_dataSource == value) 117SetDataConnection(_dataSource, new BindingMemberInfo(value), force: false); 591SetDataConnection(_dataSource, _displayMember, force: true); 668SetDataConnection(_dataSource, _displayMember, true); 673bool dataSourceChanged = _dataSource != newDataSource; 774if (_dataSource is IComponent componentDataSource) 779if (_dataSource is ISupportInitializeNotification dsInit && _isDataSourceInitEventHooked) 793if (_dataSource is IComponent componentDataSource) 798if (_dataSource is ISupportInitializeNotification dsInit && !dsInit.IsInitialized)