2 writes to _newEditIndex
System.Web (2)
UI\WebControls\GridViewEditEventArgs.cs (2)
28this._newEditIndex = newEditIndex; 41_newEditIndex = value;
1 reference to _newEditIndex
System.Web (1)
UI\WebControls\GridViewEditEventArgs.cs (1)
38return _newEditIndex;