22 references to Commands
System.Web.Mobile (22)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (5)
416
ObjectListCommandCollection commands = Control.
Commands
;
484
ObjectListCommandCollection commands = Control.
Commands
;
643
return Control.
Commands
.Count > 0;
661
int commandCount = Control.
Commands
.Count;
664
String.Compare(defaultCommand, Control.
Commands
[0].Name, StringComparison.OrdinalIgnoreCase) == 0))
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (4)
256
ObjectListCommandCollection commands = Control.
Commands
;
445
return Control.
Commands
.Count > 0;
463
int commandCount = Control.
Commands
.Count;
466
String.Compare(defaultCommand, Control.
Commands
[0].Name, StringComparison.OrdinalIgnoreCase) == 0))
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (6)
136
return Control.
Commands
.Count > 0;
179
return Control.
Commands
.Count == 1 &&
180
(String.Compare (Control.DefaultCommand, Control.
Commands
[0].Name, true /* ignore case */, CultureInfo.CurrentCulture) == 0);
259
ObjectListCommandCollection commands = Control.
Commands
;
338
ObjectListCommandCollection commands = Control.
Commands
;
638
return HasItemDetails() || (Control.
Commands
.Count > 0 && !OnlyHasDefaultCommand());
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
28
ObjectListCommandCollection commands = objectList.
Commands
;
UI\MobileControls\Design\ObjectListCommandsPage.cs (3)
139
foreach (ObjectListCommand command in _objectList.
Commands
)
240
_objectList.
Commands
.Clear();
250
_objectList.
Commands
.AddAt(-1, commandNode.RuntimeCommand);
UI\MobileControls\ObjectList.cs (3)
538
Commands
.Add((ObjectListCommand)obj);
1172
new ObjectListShowCommandsEventArgs(Selection,
Commands
);
1345
((IStateManager)
Commands
).LoadViewState(state[3]);