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)
248
if (
_currentDataSource
== null) {
255
DataSourceView newView =
_currentDataSource
.GetView(dataMember);
317
if (!DesignMode && _currentDataSourceValid && (
_currentDataSource
!= null)) {
318
return
_currentDataSource
;