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