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);