1 write to Name
System.Web.Mobile (1)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
205CurrentNode.Name = e.Label;
5 references to Name
System.Web.Mobile (5)
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
139if (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); 247commandNode.RuntimeCommand.Name = commandNode.Name;
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
307fieldNode.RuntimeField.Name = fieldNode.Name;