1 write to _txtType
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
219
this.
_txtType
= new System.Windows.Forms.TextBox();
9 references to _txtType
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
106
this.
_txtType
.TabIndex = tabOffset++;
192
_txtType
.TextChanged += new EventHandler(OnTextChanged);
235
this.
_txtType
.Location = new System.Drawing.Point(0, 20);
236
this.
_txtType
.Size = new System.Drawing.Size(211, 20);
297
this._pnlDelegate.Controls.AddRange(new System.Windows.Forms.Control[] {this.
_txtType
,
329
_txtType
.Enabled = filterIsSelected;
580
_txtType
.Text = node.DeviceFilter.Type;
684
else if(sender ==
_txtType
)
686
node.Type =
_txtType
.Text;