1 write to _cmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
150
this.
_cmdCancel
= new System.Windows.Forms.Button();
10 references to _cmdCancel
System.Web.Mobile (10)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (10)
73
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
116
_cmdCancel
.Click += new EventHandler(OnCancel);
136
_cmdCancel
.TabIndex = ++tabOffset;
181
this.
_cmdCancel
,
206
this.
_cmdCancel
.DialogResult = System.Windows.Forms.DialogResult.Cancel;
207
this.
_cmdCancel
.Location = new System.Drawing.Point(201, 334);
208
this.
_cmdCancel
.Name = "_cmdCancel";
233
this.CancelButton = this.
_cmdCancel
;
537
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption);
545
_cmdCancel
.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption);