1 write to _txtMethod
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
226
this.
_txtMethod
= new System.Windows.Forms.TextBox();
9 references to _txtMethod
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
110
this.
_txtMethod
.TabIndex = tabOffset++;
193
_txtMethod
.TextChanged += new EventHandler(OnTextChanged);
266
this.
_txtMethod
.Location = new System.Drawing.Point(0, 64);
267
this.
_txtMethod
.Size = new System.Drawing.Size(211, 20);
298
this.
_txtMethod
,
328
_txtMethod
.Enabled = filterIsSelected;
581
_txtMethod
.Text = node.DeviceFilter.Method;
688
else if(sender ==
_txtMethod
)
690
node.Method =
_txtMethod
.Text;