2 writes to _ignoreDataSourceViewChanged
System.Web (2)
UI\WebControls\DataBoundControl.cs (2)
360
_ignoreDataSourceViewChanged
= false;
449
_ignoreDataSourceViewChanged
= true;
1 reference to _ignoreDataSourceViewChanged
System.Web (1)
UI\WebControls\DataBoundControl.cs (1)
354
if (!
_ignoreDataSourceViewChanged
) {