2 writes to storedDataValid
System.Web (2)
UI\WebControls\DataGrid.cs (2)
856
this.
storedDataValid
= true;
1150
storedDataValid
= false;
2 references to storedDataValid
System.Web (2)
UI\WebControls\DataGrid.cs (2)
1077
if (
storedDataValid
) {
1131
if (
storedDataValid
&& (firstDataItem != null)) {