1 write to _cmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
150this._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; 181this._cmdCancel, 206this._cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 207this._cmdCancel.Location = new System.Drawing.Point(201, 334); 208this._cmdCancel.Name = "_cmdCancel"; 233this.CancelButton = this._cmdCancel; 537_cmdCancel.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption); 545_cmdCancel.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption);