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)
238if ((_currentView != null) && (_currentViewIsFromDataSourceID)) { 262if ((_currentView != null) && (_currentViewIsFromDataSourceID)) {