1 write to _btnRemove
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (1)
200
_btnRemove
= new();
8 references to _btnRemove
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripCollectionEditor.ToolStripItemEditorForm.cs (8)
108
ScaleButtonImageLogicalToDevice(
_btnRemove
);
228
_tableLayoutPanel.Controls.Add(
_btnRemove
, 1, 5);
304
resources.ApplyResources(
_btnRemove
, "btnRemove");
305
_btnRemove
.Margin = new(3, 3, 18, 3);
306
_btnRemove
.Name = "btnRemove";
337
_btnRemove
.Click += OnBtnRemove_Click;
835
_btnRemove
.Enabled = selectedItems.Length > 0;
842
_btnRemove
.Enabled = _btnMoveUp.Enabled = _btnMoveDown.Enabled = false;