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,