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)
184
if (
_commands
== null)
189
((IStateManager)
_commands
).TrackViewState();
192
return
_commands
;
1163
if (
_commands
!= null)
1165
_globalCommands =
_commands
;
1166
_commands
.GlobalStateSet();
1174
if (eventArgs.Commands !=
_commands
)
1230
if (
_commands
!= null)
1232
((IStateManager)
_commands
).TrackViewState();
1302
commandsState = (
_commands
!= null) ? ((IStateManager)
_commands
).SaveViewState() : null;