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;
220
return
_savedState
;