1 write to _btnUp
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
155_btnUp = new Button();
11 references to _btnUp
System.Web.Mobile (11)
UI\MobileControls\Design\StylesEditorDialog.cs (11)
232_btnUp.AccessibleName = SR.GetString(SR.EditableTreeList_MoveUpName); 233_btnUp.AccessibleDescription = SR.GetString(SR.EditableTreeList_MoveUpDescription); 234_btnUp.Name = SR.GetString(SR.EditableTreeList_MoveUpName); 235_btnUp.SetBounds(404, 41, 28, 27); 236_btnUp.Click += new EventHandler(this.OnClickUpButton); 237_btnUp.Image = GenericUI.SortUpIcon; 238_btnUp.TabIndex = 6; 239_btnUp.TabStop = true; 334_btnUp, 466_btnUp.Enabled = false; 471_btnUp.Enabled = (SelectedStyle.Index > 0);