1 write to _tbArgument
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
148
this.
_tbArgument
= new System.Windows.Forms.TextBox();
13 references to _tbArgument
System.Web.Mobile (13)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (13)
114
_tbArgument
.TextChanged += new EventHandler(OnArgumentChanged);
134
_tbArgument
.TabIndex = ++tabOffset;
178
this.
_tbArgument
,
193
this.
_tbArgument
.Location = new System.Drawing.Point(0, 306);
194
this.
_tbArgument
.Name = "_tbArgument";
195
this.
_tbArgument
.Size = new System.Drawing.Size(275, 20);
196
this.
_tbArgument
.Text = String.Empty;
504
_tbArgument
.Enabled = true;
505
_tbArgument
.Text = SelectedAppliedFilter.Argument;
509
_tbArgument
.Enabled = false;
510
_tbArgument
.Text = String.Empty;
577
Debug.Assert(
_tbArgument
.Text.Length == 0,
583
SelectedAppliedFilter.Argument =
_tbArgument
.Text;