2 writes to _savedState
System.Web.Mobile (2)
UI\MobileControls\ObjectListCommandCollection.cs (2)
168_savedState = new String[commands.Count * 2]; 179_savedState = null;
3 references to _savedState
System.Web.Mobile (3)
UI\MobileControls\ObjectListCommandCollection.cs (3)
172_savedState[i] = command.Name; 173_savedState[i + 1] = command.Text; 220return _savedState;