1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
147
this.
_pnlMain
= new System.Windows.Forms.Panel();
9 references to _pnlMain
System.Web.Mobile (9)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (9)
127
_pnlMain
.TabIndex = ++tabOffset;
154
this.
_pnlMain
.SuspendLayout();
176
this.
_pnlMain
.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
177
this.
_pnlMain
.Controls.AddRange(new System.Windows.Forms.Control[] {
187
this.
_pnlMain
.Location = new System.Drawing.Point(6, 8);
188
this.
_pnlMain
.Name = "_pnlMain";
189
this.
_pnlMain
.Size = new System.Drawing.Size(276, 357);
236
this.
_pnlMain
});
238
this.
_pnlMain
.ResumeLayout(false);