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;
302
TreeList.TvList.Enabled =
_txtValue
.Enabled = false;
303
_txtValue
.Text = String.Empty;
307
TreeList.TvList.Enabled =
_txtValue
.Enabled = true;