1 write to _btnRemove
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
158
_btnRemove
= new Button();
10 references to _btnRemove
System.Web.Mobile (10)
UI\MobileControls\Design\StylesEditorDialog.cs (10)
250
_btnRemove
.AccessibleName = SR.GetString(SR.EditableTreeList_DeleteName);
251
_btnRemove
.AccessibleDescription = SR.GetString(SR.EditableTreeList_DeleteDescription);
252
_btnRemove
.Name = SR.GetString(SR.EditableTreeList_DeleteName);
253
_btnRemove
.SetBounds(404, 109, 28, 27);
254
_btnRemove
.Click += new EventHandler(this.OnClickRemoveButton);
255
_btnRemove
.Image = GenericUI.DeleteIcon;
256
_btnRemove
.TabIndex = 8;
257
_btnRemove
.TabStop = true;
336
_btnRemove
,
475
_btnRemove
.Enabled = (SelectedStyle != null);