1 write to Name
System.Web.Mobile (1)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
205
CurrentNode.
Name
= e.Label;
5 references to Name
System.Web.Mobile (5)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
139
if (String.Compare(node.
Name
, name, ((!CaseSensitive) ? StringComparison.OrdinalIgnoreCase : StringComparison.Ordinal)) == 0)
UI\MobileControls\Design\ListItemsPage.cs (1)
207
_txtValue.Text = ((ItemTreeNode)CurrentNode).Value = CurrentNode.
Name
;
UI\MobileControls\Design\ObjectListCommandsPage.cs (2)
169
_cmbDefaultCommand.Items.Add(commandNode.
Name
);
247
commandNode.RuntimeCommand.Name = commandNode.
Name
;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
307
fieldNode.RuntimeField.Name = fieldNode.
Name
;