1 write to _btnClose
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
120_btnClose = new Button();
9 references to _btnClose
System.Web.Mobile (9)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (9)
70_btnClose.Text = SR.GetString(SR.GenericDialog_CloseBtnCaption); 111_btnClose.TabIndex = ++tabIndexOffset; 150_btnClose.Location = new System.Drawing.Point(201, 104); 151_btnClose.Size = new System.Drawing.Size(75, 23); 152_btnClose.TabStop = true; 153_btnClose.Click += new EventHandler(this.OnClickCloseButton); 156this._btnClose, 169this.AcceptButton = _btnClose; 170this.CancelButton = _btnClose;