1 write to _btnAdd
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
157
_btnAdd
= new Button();
9 references to _btnAdd
System.Web.Mobile (9)
UI\MobileControls\Design\StylesEditorDialog.cs (9)
201
_btnAdd
.AccessibleName = SR.GetString(SR.EditableTreeList_AddName);
202
_btnAdd
.AccessibleDescription = SR.GetString(SR.EditableTreeList_AddDescription);
203
_btnAdd
.Name = SR.GetString(SR.EditableTreeList_AddName);
204
_btnAdd
.SetBounds(198, 77, 32, 25);
205
_btnAdd
.Text = SR.GetString(SR.StylesEditorDialog_AddBtnCation);
206
_btnAdd
.Click += new EventHandler(this.OnClickAddButton);
207
_btnAdd
.TabIndex = 3;
208
_btnAdd
.TabStop = true;
331
_btnAdd
,