1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
220this._pnlMain = new System.Windows.Forms.Panel();
6 references to _pnlMain
System.Web.Mobile (6)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (6)
94this._pnlMain.TabIndex = tabOffset++; 249this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] {this._dialogButtons, 252this._pnlMain.Location = new System.Drawing.Point(6, 27); 253this._pnlMain.Size = new System.Drawing.Size(434, 253); 254this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom 307this.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlHeader, this._pnlMain});