2 writes to _currentDataSource
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
245_currentDataSource = GetDataSource(); 250_currentDataSource = new ReadOnlyDataSource(DataSource, dataMember);
4 references to _currentDataSource
System.Web (4)
UI\WebControls\DataBoundControl.cs (4)
248if (_currentDataSource == null) { 255DataSourceView newView = _currentDataSource.GetView(dataMember); 317if (!DesignMode && _currentDataSourceValid && (_currentDataSource != null)) { 318return _currentDataSource;