2 instantiations of ObjectListCommand
System.Web.Mobile (2)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
276
internal CommandTreeNode(String name) : this(name, new
ObjectListCommand
())
UI\MobileControls\ObjectListCommandCollection.cs (1)
208
Add(new
ObjectListCommand
(commandStates[i], commandStates[i + 1]));
20 references to ObjectListCommand
System.Web.Mobile (20)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
418
foreach (
ObjectListCommand
command in commands)
485
foreach (
ObjectListCommand
command in commands)
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
257
foreach (
ObjectListCommand
command in commands)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
266
foreach (
ObjectListCommand
command in commands) {
339
foreach (
ObjectListCommand
command in commands)
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
35
foreach(
ObjectListCommand
command in commands)
UI\MobileControls\Design\ObjectListCommandsPage.cs (4)
139
foreach (
ObjectListCommand
command in _objectList.Commands)
271
private
ObjectListCommand
_runtimeCommand;
282
internal CommandTreeNode(String name,
ObjectListCommand
runtimeCommand) : base(name)
296
internal
ObjectListCommand
RuntimeCommand
UI\MobileControls\ObjectList.cs (3)
536
else if (obj is
ObjectListCommand
)
538
Commands.Add((
ObjectListCommand
)obj);
1581
return typeof(
ObjectListCommand
);
UI\MobileControls\ObjectListCommandCollection.cs (7)
73
public
ObjectListCommand
this[int index]
77
return (
ObjectListCommand
)Items[index];
84
foreach (
ObjectListCommand
command in Items)
93
public void Add(
ObjectListCommand
command)
99
public void AddAt(int index,
ObjectListCommand
command)
131
foreach (
ObjectListCommand
command in Items)
170
foreach (
ObjectListCommand
command in commands)