1 write to Name
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
247
commandNode.RuntimeCommand.
Name
= commandNode.Name;
12 references to Name
System.Web.Mobile (12)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (3)
420
RenderPostBackEventAsAnchor(writer, command.
Name
, command.Text, subCommandStyle);
487
RenderPostBackEventAsAnchor(writer, command.
Name
, command.Text, subCommandStyle);
664
String.Compare(defaultCommand, Control.Commands[0].
Name
, StringComparison.OrdinalIgnoreCase) == 0))
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
259
RenderPostBackEvent(writer, command.
Name
,
466
String.Compare(defaultCommand, Control.Commands[0].
Name
, StringComparison.OrdinalIgnoreCase) == 0))
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (3)
180
(String.Compare (Control.DefaultCommand, Control.Commands[0].
Name
, true /* ignore case */, CultureInfo.CurrentCulture) == 0);
267
RenderPostBackEventAsAnchor(writer, command.
Name
, command.Text, null /* accessKey */, subCommandStyle, subCommandClass);
341
RenderPostBackEventAsAnchor(writer, command.
Name
, command.Text);
UI\MobileControls\Design\Converters\DefaultCommandConverter.cs (1)
37
commandList.Add(command.
Name
);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
141
CommandTreeNode newNode = new CommandTreeNode(command.
Name
, command);
UI\MobileControls\ObjectListCommandCollection.cs (2)
133
if (String.Compare(command.
Name
, s, StringComparison.OrdinalIgnoreCase) == 0)
172
_savedState[i] = command.
Name
;