1 write to _pnlDelegate
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
234
this.
_pnlDelegate
= new System.Windows.Forms.Panel();
8 references to _pnlDelegate
System.Web.Mobile (8)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (8)
102
this.
_pnlDelegate
.TabIndex = tabOffset++;
271
this.
_pnlDelegate
,
297
this.
_pnlDelegate
.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtType,
301
this.
_pnlDelegate
.Location = new System.Drawing.Point(8, 90);
302
this.
_pnlDelegate
.Size = new System.Drawing.Size(211, 136);
563
_pnlDelegate
.Visible = false;
578
_pnlDelegate
.Visible = true;
589
_pnlDelegate
.Visible = false;