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