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)
416ObjectListCommandCollection commands = Control.Commands; 484ObjectListCommandCollection commands = Control.Commands;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
256ObjectListCommandCollection commands = Control.Commands;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
259ObjectListCommandCollection commands = Control.Commands; 338ObjectListCommandCollection commands = Control.Commands;
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
28ObjectListCommandCollection commands = objectList.Commands;
UI\MobileControls\ObjectList.cs (3)
54private ObjectListCommandCollection _commands; 55private ObjectListCommandCollection _globalCommands; 180public virtual ObjectListCommandCollection Commands
UI\MobileControls\ObjectListCommand.cs (2)
36private ObjectListCommandCollection _owner; 92internal ObjectListCommandCollection Owner
UI\MobileControls\ObjectListShowCommandsEventArgs.cs (3)
29private ObjectListCommandCollection _commands; 32public ObjectListShowCommandsEventArgs(ObjectListItem item, ObjectListCommandCollection commands) 39public ObjectListCommandCollection Commands