1 instantiation of ObjectListCommandCollection
System.Web.Mobile (1)
UI\MobileControls\ObjectList.cs (1)
186
_commands = new
ObjectListCommandCollection
();
14 references to ObjectListCommandCollection
System.Web.Mobile (14)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
416
ObjectListCommandCollection
commands = Control.Commands;
484
ObjectListCommandCollection
commands = Control.Commands;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
256
ObjectListCommandCollection
commands = Control.Commands;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
259
ObjectListCommandCollection
commands = Control.Commands;
338
ObjectListCommandCollection
commands = Control.Commands;
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
28
ObjectListCommandCollection
commands = objectList.Commands;
UI\MobileControls\ObjectList.cs (3)
54
private
ObjectListCommandCollection
_commands;
55
private
ObjectListCommandCollection
_globalCommands;
180
public virtual
ObjectListCommandCollection
Commands
UI\MobileControls\ObjectListCommand.cs (2)
36
private
ObjectListCommandCollection
_owner;
92
internal
ObjectListCommandCollection
Owner
UI\MobileControls\ObjectListShowCommandsEventArgs.cs (3)
29
private
ObjectListCommandCollection
_commands;
32
public ObjectListShowCommandsEventArgs(ObjectListItem item,
ObjectListCommandCollection
commands)
39
public
ObjectListCommandCollection
Commands