2 writes to _commands
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
186_commands = new ObjectListCommandCollection(); 1176_commands = eventArgs.Commands;
11 references to _commands
System.Web.Mobile (11)
UI\MobileControls\ObjectList.cs (11)
184if (_commands == null) 189((IStateManager)_commands).TrackViewState(); 192return _commands; 1163if (_commands != null) 1165_globalCommands = _commands; 1166_commands.GlobalStateSet(); 1174if (eventArgs.Commands != _commands) 1230if (_commands != null) 1232((IStateManager)_commands).TrackViewState(); 1302commandsState = (_commands != null) ? ((IStateManager)_commands).SaveViewState() : null;