1 write to _btnEditChoices
System.Web.Mobile (1)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
119_btnEditChoices = new Button();
8 references to _btnEditChoices
System.Web.Mobile (8)
UI\MobileControls\Design\TemplatingOptionsDialog.cs (8)
72_btnEditChoices.Text = SR.GetString(SR.TemplatingOptionsDialog_EditBtnCaption); 108_btnEditChoices.TabIndex = ++tabIndexOffset; 134_btnEditChoices.Location = new System.Drawing.Point(201, 15); 135_btnEditChoices.Size = new System.Drawing.Size(75, 23); 136_btnEditChoices.TabStop = true; 137_btnEditChoices.Click += new EventHandler(this.OnClickEditChoicesButton); 159this._btnEditChoices, 395_btnEditChoices.Enabled = (_dsd.UnderlyingObject != null);