1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
139
this.
_pnlMain
= new System.Windows.Forms.Panel();
6 references to _pnlMain
System.Web.Mobile (6)
UI\MobileControls\Design\PropertyOverridesDialog.cs (6)
124
this.
_pnlMain
.TabIndex = ++tabOffset;
152
this.
_pnlMain
.Anchor = (System.Windows.Forms.AnchorStyles.Bottom
154
this.
_pnlMain
.Controls.AddRange(new System.Windows.Forms.Control[] {
162
this.
_pnlMain
.Location = new System.Drawing.Point(6, 5);
163
this.
_pnlMain
.Size = new System.Drawing.Size(276, 313);
182
this.Controls.AddRange(new System.Windows.Forms.Control[] {this.
_pnlMain
});