1 write to _txtText
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
90_txtText = new TextBox();
9 references to _txtText
System.Web.Mobile (9)
UI\MobileControls\Design\ObjectListCommandsPage.cs (9)
92_txtText.SetBounds(X, Y, ControlWidth, CmbHeight); 93_txtText.TextChanged += new EventHandler(this.OnPropertyChanged); 94_txtText.TabIndex = TabIndex + 1; 120_txtText, 132_txtText.Text = String.Empty; 155_txtText.Text = currentCommandNode.Text; 159_txtText.Text = String.Empty; 226((CommandTreeNode)CurrentNode).Text = _txtText.Text; 259_txtText.Enabled = (TreeList.TvList.SelectedNode != null);