1 write to _txtTitle
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
82
_txtTitle
= new TextBox();
10 references to _txtTitle
System.Web.Mobile (10)
UI\MobileControls\Design\ObjectListFieldsPage.cs (10)
133
_txtTitle
.SetBounds(X, Y, ControlWidth, CmbHeight);
134
_txtTitle
.TextChanged += new EventHandler(this.OnPropertyChanged);
135
_txtTitle
.TabIndex = Index + 5;
152
_txtTitle
,
165
_txtTitle
.Text = String.Empty;
217
_txtTitle
.Text = currentFieldNode.Title;
224
_txtTitle
.Text = String.Empty;
282
else if (source ==
_txtTitle
)
284
currentFieldNode.Title =
_txtTitle
.Text;
328
_txtTitle
.Enabled =