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