1 write to _currentViewIsFromDataSourceID
System.Web (1)
UI\WebControls\Repeater.cs (1)
571
_currentViewIsFromDataSourceID
= IsDataBindingAutomatic;
2 references to _currentViewIsFromDataSourceID
System.Web (2)
UI\WebControls\Repeater.cs (2)
509
if ((_currentView != null) && (
_currentViewIsFromDataSourceID
)) {
573
if ((_currentView != null) && (
_currentViewIsFromDataSourceID
)) {