1 write to _txtValue
System.Web.Mobile (1)
UI\MobileControls\Design\ListItemsPage.cs (1)
120_txtValue = new TextBox();
12 references to _txtValue
System.Web.Mobile (12)
UI\MobileControls\Design\ListItemsPage.cs (12)
121_txtValue.SetBounds(X, Y, 134, CmbHeight); 122_txtValue.TextChanged += new EventHandler(this.OnPropertyChanged); 123_txtValue.TabIndex = Index + 1; 129_txtValue 162_txtValue.Text = String.Empty; 184_txtValue.Text = currentItemNode.Value; 192_txtValue.Text = String.Empty; 207_txtValue.Text = ((ItemTreeNode)CurrentNode).Value = CurrentNode.Name; 250((ItemTreeNode)CurrentNode).Value = _txtValue.Text; 302TreeList.TvList.Enabled = _txtValue.Enabled = false; 303_txtValue.Text = String.Empty; 307TreeList.TvList.Enabled = _txtValue.Enabled = true;