1 write to _btnDown
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
156_btnDown = new Button();
11 references to _btnDown
System.Web.Mobile (11)
UI\MobileControls\Design\StylesEditorDialog.cs (11)
241_btnDown.AccessibleName = SR.GetString(SR.EditableTreeList_MoveDownName); 242_btnDown.AccessibleDescription = SR.GetString(SR.EditableTreeList_MoveDownDescription); 243_btnDown.Name = SR.GetString(SR.EditableTreeList_MoveDownName); 244_btnDown.SetBounds(404, 72, 28, 27); 245_btnDown.Click += new EventHandler(this.OnClickDownButton); 246_btnDown.Image = GenericUI.SortDownIcon; 247_btnDown.TabIndex = 7; 248_btnDown.TabStop = true; 335_btnDown, 467_btnDown.Enabled = false; 472_btnDown.Enabled = (SelectedStyle.Index < _tvDefinedStyles.Nodes.Count - 1);