2 writes to Value
System.Web.Mobile (2)
UI\MobileControls\Design\ListItemsPage.cs (2)
207_txtValue.Text = ((ItemTreeNode)CurrentNode).Value = CurrentNode.Name; 250((ItemTreeNode)CurrentNode).Value = _txtValue.Text;
2 references to Value
System.Web.Mobile (2)
UI\MobileControls\Design\ListItemsPage.cs (2)
184_txtValue.Text = currentItemNode.Value; 275itemNode.RuntimeItem.Value = itemNode.Value;