1 write to _cmdCancel
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
143this._cmdCancel = new System.Windows.Forms.Button();
8 references to _cmdCancel
System.Web.Mobile (8)
UI\MobileControls\Design\PropertyOverridesDialog.cs (8)
70this._cmdCancel.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption); 112_cmdCancel.Click += new EventHandler(OnCancel); 131this._cmdCancel.TabIndex = ++tabOffset; 149this._cmdCancel.Location = new System.Drawing.Point(201, 290); 155this._cmdCancel, 180this.CancelButton = _cmdCancel; 333_cmdCancel.Text = SR.GetString(SR.GenericDialog_CancelBtnCaption); 341_cmdCancel.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption);