1 write to BtnUp
System.Web.Mobile (1)
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
59
this.
BtnUp
= new System.Windows.Forms.Button();
13 references to BtnUp
System.Web.Mobile (13)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
110
_appliedFiltersList.
BtnUp
.Click += new EventHandler(OnAppliedFiltersReordered);
UI\MobileControls\Design\ListComponentEditorPage.cs (1)
65
TreeList.
BtnUp
.Click += new EventHandler(OnClickUpButton);
UI\MobileControls\Design\Util\EditableTreeList.cs (11)
82
BtnUp
.AccessibleName = SR.GetString(SR.EditableTreeList_MoveUpName);
83
BtnUp
.AccessibleDescription = SR.GetString(SR.EditableTreeList_MoveUpDescription);
84
BtnUp
.Name = SR.GetString(SR.EditableTreeList_MoveUpName);
85
BtnUp
.Location = new System.Drawing.Point(182, 16);
86
BtnUp
.Size = new System.Drawing.Size(28, 27);
87
BtnUp
.Anchor = AnchorStyles.Top | AnchorStyles.Right;;
118
this.Controls.Add(
BtnUp
);
124
BtnUp
.Image = GenericUI.SortUpIcon;
127
BtnUp
.Click += new EventHandler(MoveSelectedItemUp);
346
BtnUp
.Enabled = (selectedIndex > 0);
351
BtnUp
.Enabled = false;