1 write to _dialogButtons
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
224this._dialogButtons = new DefaultDialogButtons();
8 references to _dialogButtons
System.Web.Mobile (8)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (8)
111this._dialogButtons.TabIndex = tabOffset++; 203_dialogButtons.CmdOK.Click += new EventHandler(OnClickOK); 204_dialogButtons.CmdCancel.Click += new EventHandler(OnClickCancel); 249this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] {this._dialogButtons, 262this._dialogButtons.Location = new System.Drawing.Point(197, 230); 263this._dialogButtons.Size = new System.Drawing.Size(237, 23); 305this.AcceptButton = _dialogButtons.CmdOK; 306this.CancelButton = _dialogButtons.CmdCancel;