1 write to _currentViewIsFromDataSourceID
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
260
_currentViewIsFromDataSourceID
= IsDataBindingAutomatic;
2 references to _currentViewIsFromDataSourceID
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
238
if ((_currentView != null) && (
_currentViewIsFromDataSourceID
)) {
262
if ((_currentView != null) && (
_currentViewIsFromDataSourceID
)) {