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);